Comment on page
🗄
Deploy app server
Deploy the Hyperswitch server on the cloud
In this chapter, you will deploy Hyperswitch server on AWS cloud. You can either try out a quick standalone deployment or a more scalable production ready setup
This guide is aimed at helping you deploy the Hyperswitch application on the cloud and access our APIs over the internet.
There are two methods in which you can deploy our application on the cloud. Depending on your requirement you can proceed with one of the following
Element | Full-stack Deployment | Standalone Deployment |
---|---|---|
Best suited for | Production grade application | Quick prototyping and test environments |
AWS Cost | As per your AWS usage | Easily fits with AWS Free Tier |
App Server | ✅ | ✅ |
RDS | ✅ | ✅ |
ElasticCache | ✅ | ✅ |
Scalable | ✅ | ❌ |
Monitoring | ✅ | ❌ |
Load Balancer | ✅ | ❌ |
Scheduler | ✅ | ❌ |
Proxies (In/Out) | Coming Soon! | ❌ |
App Updates | Coming Soon! | ❌ |
Web Client | ✅ | ❌ |
Control Center | ✅ | ❌ |
Last modified 20d ago