ECS
Elastic Container Service (ECS)
Highly scalable high-performance container management service (orchestration) for Docker containers.
Provision
AWS EC2resources 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
serverlessenvironment usingAWS Fargate.Instead of using
EC2instances.
Last updated