Home
Launch type: Serverless | Template: AWS containers | Security: High | Language: HCL
Use Case
- Using Fargate to host a dynamic website allows for seamless scaling based on traffic demands, enables cost-efficiency, efficient resource utilization, and removes operational overhead.
- Fargate can be employed for backend processing of on-demand tasks, such as image or document processing that allows the organization to efficiently scale resources based on variable workloads without the need for managing dedicated servers.
Description
- I created an image in Docker and pushed it to the container registry in AWS to run in a serverless fashion through Fargate.
- The infrastructure is fully serverless, resilient, highly available and configured to failover to a backup region with zero downtime.
- I maximized the security by placing the ECS service in private subnets, accessible only through the load balancer. The containerized image stores key details in DynamoDB.
Build Order