How to create Elastic Container Repository(ECR) in AWS
To create Elastic Container Repository(ECR) In AWS
Introduction:
Amazon Elastic Container Registry reduces the need to operate and scale the infrastructure needed to power the container registry. It Just pushes the container images to Amazon ECR and pulls the images using any container management tool when need to deploy.
Steps to create ECR:
Login to the AWS account:
Create a new Instance:
Open view push commands and open the document for reference:
Create a docker image:
Copy the commands from push commands for ecr:
With this method Creation of ECR in AWS comes to an end.