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: Choose ECR in console management page: Create a repository: Then choose EC2 in console management page:
Create a new Instance: Create a IAM role for ECR: Continue to create Instances: Copy the public ip address and connect the AWS console through SSH by using key pair:
Open view push commands and open the document for reference: Copy the commands from document and execute in terminal step by step:
Create a docker image:
Copy the commands from push commands for ecr:
With this method Creation of ECR in AWS comes to an end.
Comments ( 0 )
No comments available