> For the complete documentation index, see [llms.txt](https://docs.hyperswitch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc.md).

# Enterprise Self-Hosting (BYOC)

- [Production certification on your cloud](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/production-certification-on-your-cloud.md): Deploy and operate Hyperswitch within your own infrastructure. Start here to choose your preferred support model, your cloud provider, and how your infrastructure gets provisioned.
- [Finalize stack blueprint](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/finalize-stack-blueprint.md): Every component in a self-hosted Hyperswitch stack, what it does, and why it exists? So you can decide what to deploy and what to leave out.
- [Sizing the infrastructure](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/sizing-the-infrastructure.md): A worked out reference for 25 million transactions per month, with the sizing rationale for each layer using AWS instances as a reference.
- [Provision infrastructure using Terraform](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/provision-infrastructure-using-terraform.md): How a production grade Hyperswitch stack is provisioned using Terraform? An explanation of steps involved and infra automation coverage across cloud providers.
- [On AWS using Terraform](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/provision-infrastructure-using-terraform/on-aws-using-terraform.md): Describes production grade infrastructure provisioning using Terraform on AWS cloud
- [On GCP using Terraform](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/provision-infrastructure-using-terraform/on-gcp-using-terraform.md): Describes production grade infrastructure provisioning using Terraform on GCP cloud
- [On Oracle using Terraform \[BETA\]](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/provision-infrastructure-using-terraform/on-oracle-using-terraform-beta.md)
- [On Azure using Terraform \[BETA\]](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/provision-infrastructure-using-terraform/on-azure-using-terraform-beta.md)
- [Deploy Kubernetes applications using Argo CD](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-kubernetes-applications-using-argo-cd.md): Install Argo CD on your Kubernetes cluster and use it to deploy Hyperswitch and its applications from your own Git repository.
- [Deploy on AWS](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws.md): Deploy Hyperswitch on AWS using CloudFormation for full stack deployment or configure individual components independently
- [Deploy on AWS using CloudFormation](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws/deploy-on-aws-using-cloudformation.md): Use our CDK script to deploy Juspay Hyperswitch into your AWS stack using CloudFormation
- [Component-wise Deployment](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws/component-wise-deployment.md): Deploy each Hyperswitch component individually
- [Deploy app server](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws/component-wise-deployment/deploy-app-server.md): Deploy the Juspay Hyperswitch server on the cloud
- [Deploy Control Center](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws/component-wise-deployment/deploy-control-center.md): Use the standalone deployment script to deploy Juspay Hyperswitch control center on AWS quickly
- [Deploy web client](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws/component-wise-deployment/deploy-web-client.md): Deploy the Hyperswitch web client on the cloud for production use
- [Production ready deployment](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws/component-wise-deployment/deploy-web-client/production-ready-deployment.md): Deploy Juspay Hyperswitch web client on AWS for production-ready payment integration
- [Integrate web client on your web app](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws/component-wise-deployment/deploy-web-client/integrate-web-client-on-your-web-app.md): Integrate web client for a seamless, blended and a unified payment experience
- [Playground deployment for prototyping (optional)](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws/component-wise-deployment/deploy-web-client/playground-deployment-for-prototyping-optional.md): Quickly deploy your web client playground and see it in action
- [Deploy Card Vault](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws/component-wise-deployment/deploy-card-vault.md): Deploy the Juspay Hyperswitch Card Vault on the cloud
- [Production ready deployment on AWS](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws/component-wise-deployment/deploy-card-vault/production-ready-deployment-on-aws.md): CDK script to deploy Juspay Hyperswitch Card Vault on AWS
- [Cloud setup guide](https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc/deploy-hyperswitch-on-aws/component-wise-deployment/deploy-card-vault/cloud-setup-guide.md): Instructions to set up Card Vault on AWS manually


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hyperswitch.io/self-hosting/enterprise-self-hosting-byoc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
