First, we are going to create a cluster in the AWS console and see how it works.
- Go to the Amazon ECS page and click on Get started button (the only button in the screen as you haven't created any resources yet):
- Make sure that the two checkboxes are ticked before continuing. We want to deploy a sample application to ECS but also we want to store the images in ECR.
- The next screen is key: this is where we define the repository of our image, which will determine the repository URI that will be used for pushing images from our local machine using Docker.
- Just use devops-test as the repository name, and our repository ...