Select Amazon ECS and click on Get Started to start creating an ECS cluster and service. First, a container definition and a task definition are configured, and subsequently the service and cluster are configured to create the ECS objects cluster, service, task definition, and container definition. We shall discuss configuring each of the these in the following sub-sections.
Creating an ECS cluster and service
Configuring a Container definition
The Amazon ECS wizard gets started. A diagram of ECS objects gets displayed, as shown in Chapter 1, Getting Started with Amazon ECS and Amazon Fargate. By default, the Fargate launch type is used. First, the container definition is to be defined, followed by the task...