In this chapter, I will show you how to set up Amazon Elastic Container Service (ECS) and how to deploy services and containers to ECS.
ECS is a service that allows organizations, developers, and administrators to run containers in AWS without installing and configuring servers, networks, and storage. With ECS, you can deploy containers in minutes, and if you are already using ECR as your container registry, the process can be done in seconds.
ECS allows you to scale your containers from 1 to 100 using a single click, without worrying about the underlying ...