Deploy Control Center
Use the standalone deployment script to deploy Hyperswitch control center on AWS quickly
Last updated
Was this helpful?
Use the standalone deployment script to deploy Hyperswitch control center on AWS quickly
Last updated
Was this helpful?
This setup includes:
EC2
t3.medium
1 instance
Note
To verify that the shell can find and run the aws command in your $PATH, use the following commands
/usr/local/bin/aws
--> expected response
For this step you would need the following from you AWS account
Access key ID
Secret Access Key
Once you have the keys run the below command
You can now deploy the hyperswitch application by running the below command in the same terminal session.
Once the script is executed, you will receive a Public IP
as the response (e.g. http://34.207.75.225
). This IP is the base URL for accessing the application's APIs
If you want to delete the application from your account simply run the below clean up script
An AWS account (you can create an account if you do not have one)
You can directly start from if you have installed and configured AWS CLI
For more information,
You can create or manage your access keys from the Security Credentials tab inside your AWS Console. For more information,
You need JQ installed for this. For more information,