Skip to main content

2 docs tagged with "fargate"

View all tags

ECS Part 1: Building a Container Runtime Foundation with Fargate

Organizes the relationships among ECS clusters, task definitions, tasks, and services, and builds the execution role and task role needed to run containers under the Fargate launch type, along with an ECR repository and log collection via CloudWatch Logs. Verifies that the foundation works using a one-off run-task.

ECS Part 2: Publishing the web/api Services and Auto Scaling

This chapter completes the ECS service setup left unfinished in Chapter 8. We publish the web and api services behind the ALB using host-based routing, and cover everything from DB connection info injection via Secrets Manager and added S3 access permissions to rolling updates with a circuit breaker and Auto Scaling.