DEV Community

Cover image for AWS ECR in 3 Minutes
Justin Wheeler
Justin Wheeler

Posted on

AWS ECR in 3 Minutes

Overview

AWS ECR is a container registry service. It offers straightforward pricing with no upfront fees or commitments. The service is extremely easy to use. This is proven by the fact that it provides the commands you need to execute to push your container images into ECR from the AWS Console.

ECR Push

  1. Create a Repository
  2. Upload Container Image(s) to that Repository
  3. Reference the Container Image(s)

ECR Flow

Features

https://aws.amazon.com/ecr/features/

Integrations

Resources

Walkthrough

Create Image Repository

https://docs.aws.amazon.com/AmazonECR/latest/userguide/getting-started-console.html

Deploy Containerized Lambda

https://aws.amazon.com/blogs/aws/new-for-aws-lambda-container-image-support/

Using Amazon ECR with the AWS CLI

https://docs.aws.amazon.com/AmazonECR/latest/userguide/getting-started-cli.html

Top comments (0)