ECS Service

ECS Service Presets

Ready-to-deploy configuration presets for ECS Service. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
01

Web Service with ALB

This preset deploys a Fargate-based ECS service fronted by an Application Load Balancer using path-based routing. It runs 2 replicas across two Availability Zones with CloudWatch logging and a...

02

API Service with Autoscaling

This preset deploys a Fargate-based ECS service with hostname-based ALB routing and CPU-based autoscaling. It starts with 2 replicas and scales to 10 based on a 75% CPU target. This is the standard...

03

Background Worker

This preset deploys a Fargate-based ECS service for background processing without an ALB. The container has no exposed port -- it pulls work from a queue (SQS, Redis, etc.) or runs scheduled tasks....