Elastic Container Registry (ECR)

Icon

ECR Icon

Basics

  • Store and manage Docker images on AWS

  • Supports both public and private repository.

  • Integrated with ECS and images are stored in S3 bucket.

  • To pull docker images from ECR requires relevant IAM role.

  • It supports vulnerability scanning, versioning, image tags, lifecycle.

Image management

Command Line

Image_Management_Commands

Last updated