Web Service on AWS


Deployment uses AWS ECS and Fargate to deploy your web services. ECS and Fargate are very cost-effective since you pay only for usage.

A private VPC, Subnets, and NAT are created per runner. So you can easily isolate your testing and production environments according to AWS best practices.

Deployment uses an Application Load Balancer to make sure your web services can be easily scaled horizontally.

Additionally, AWS ECR is used as a registry to save your built docker images.