Amazon ECS - Elastic Container Service
What is Amazon ECS?
Amazon Elastic Container Service (ECS) is a container orchestration service for deploying, scaling, and managing containerized applications on AWS.
ECS Features
Launch Types
- ECS with EC2: Full control over infrastructure for custom hardware or networking needs
- ECS with Fargate: Serverless option - focus on code while AWS handles servers and scaling
Docker Support
ECS supports Docker, a platform for building, testing, and deploying applications. AWS supports both open-source and enterprise Docker editions.
Learn more: Amazon ECS