Amazon
Elastic Container Registry (Amazon ECR) is a fully-managed Docker
container registry that makes it easy for developers to store, manage,
and deploy Docker container images. Amazon ECR is integrated with Amazon
Elastic Container Service (Amazon ECS), simplifying your development to
production workflow. This introductory lab leads you through the steps
to create an Amazon ECR repository, push an image to an Amazon ECR
repository and deploy an application using images stored on Amazon ECR.
Level
Fundamental
Duration
1 Hours 0 MinutesCourse Objectives
In this course, you will learn how to:
- Create an Amazon ECR repository
- Push an image to an Amazon ECR repository
- Deploy an application using images stored on Amazon ECR
Intended Audience
This course is intended for:
- Architects
- Developers
- DevOps Engineers
Prerequisites
We recommend that attendees of this course have the following prerequisites:
- Familiarity with Amazon EC2 Instances is useful
- Previous knowledge of Docker container technology or other Linux container technologies is desirable
Course Outline
- Task 1: Create an Amazon ECR Repository
- Task 2: Pull, Tag and Push a Docker Image
- Task 3: Create an Amazon ECS Service with the New Image
- Task 4: Create a Service