ECS – AWS’s container orchestration service.
Amazon ECS is a fully managed container orchestration service that supports Docker containers. It provides both AWS Fargate (serverless) and EC2 launch types for running containers. ECS features task definitions for container configurations, service auto-scaling, load balancing integration, and task placement strategies. The service includes service discovery, container health checks, and secrets management through AWS Secrets Manager. It integrates with other AWS services for logging, monitoring, and security.