Please enable JavaScript.
Coggle requires JavaScript to display documents.
M12 ECR (elstic container registry - Coggle Diagram
M12 ECR (elstic container registry
features
feature
Managed docker registry service
use S3 as storage
Transfer your container images over HTTPS
and automatically encrypts your images at rest.
is a regional service
Support Docker registry http API v2 and allow you to use docker CLI
Integrate with ECs
ll you need to do is specify the Amazon ECR repository in your Task Definition and Amazon ECS will retrieve the appropriate images for your applications.
High availability and durabiltiy
access control
can store your custom containers and from marketplace
can be used on-prem
auto compress with saving 60% in size
components
REgistry
Is provided to each AWS account
you create registry and store image
URL is :
https://aws-accoud.dkr.ecr.region.amazonaws.com
you must be authenticated before using it
Authorization token
Use AWS CLI get-login command provide you with authentication credential to pass to Docker
Repository
Contain your docker image
Configure IAM policies to grant access access the repository
Pricing
Storage
URL
user guide
video
https://www.youtube.com/watch?v=H73uX0TOX9g
Issues
Makes ure your run version CLI 2
https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-docker.html