Deploying on AWS Elastic Beanstalk
DewKit can be deployed on AWS Elastic Beanstalk using a Go environment.
Steps
- Create a Go Elastic Beanstalk environment
- Configure PostgreSQL (RDS) and Redis (Elasticache)
- Set environment variables in EB console
- Upload the built binary and assets
- Run the install command during initial deployment
Elastic Beanstalk handles scaling, health checks, and restarts.