From the course: Docker on AWS

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Create an ECR Registry

Create an ECR Registry

From the course: Docker on AWS

Start my 1-month free trial

Create an ECR Registry

- [Instructor] When we're deploying our containerized applications, one of the key things that we want to do is actually store them, if possible, as close to where our applications are going to run as possible. Within the Amazon environment, we actually have an Amazon container registry, the Elastic Container Registry. And we're going to create one and create our application to get loaded into that registry. It's actually pretty straightforward. We can just say get started with a create a repository, if we don't have one already. Otherwise, there's another create button. We're going to get the repository name. It's effectively a randomized character that defines our particular space within the overall registry. You'll notice that it is regional, so we do actually have here, the US East 2 region defined. That's the default region that we're using for this particular environment. And we're going to give our…

Contents