ECS

Elastic Container Service (ECS)

  • Highly scalable high-performance container management service (orchestration) for Docker containers.

    • Provision AWS EC2 resources for running containers.

    • Configure the compute resources.

    • Deploy containerized applications to resources.

    • Scale using Auto Scaling.

    • Monitor resources with CloudWatch.

  • Applications can be also deployed to a serverless environment using AWS Fargate.

    • Instead of using EC2 instances.

Last updated