From the course: Hands-On Development in AWS

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Exploring the Elastic Container Registry

Exploring the Elastic Container Registry - Amazon Web Services (AWS) Tutorial

From the course: Hands-On Development in AWS

Exploring the Elastic Container Registry

- Amazon offers the ability to, as we see here, store, share and deploy your container software anywhere. In this example, and the subsequent lesson, I am going to deploy a task in ECS Fargate from the Container Registry. I am going to create a private repository for my containers. Let's go create a repository. I am in, if we go to the Elastic Container Service homepage, on the left, I'm in Northern Virginia, on the left, I will go to Repositories under ECR. This is a different service. ECR is a different service, but you can access it from the ECS service. I do have this private repository already created, and this is just from my testing. I'm going to create a new repository. It will be private, and we're going to call this adgulive. We will ignore the Tag immutability. You can read here that it prevents tags from being overwritten by subsequent image pushes, and we're going to disable scan settings as well as Encryption settings. The scan, recall from the Overview, this will do…

Contents