AWS Elastic Container Registry (ECR)
(Redirected from Amazon Elastic Container Registry (Amazon ECR))
Jump to navigation
Jump to search
An AWS Elastic Container Registry (ECR) is a container image registry service that is an AWS managed service.
- Example(s):
- …
- Counter-Example(s):
- GCP Artifact Registry, GCP Container Registry.
- JFrog Artifactory, a universal artifact repository that integrates with various build tools and package managers.
- See: Docker Trusted Registry (DTR).
References
2020
- https://docs.aws.amazon.com/AmazonECR/latest/userguide/what-is-ecr.html
- QUOTE: ... Amazon Elastic Container Registry (Amazon ECR) is an AWS managed container image registry service that is secure, scalable, and reliable. Amazon ECR supports private container image repositories with resource-based permissions using AWS IAM. This is so that specified users or Amazon EC2 instances can access your container repositories and images. You can use your preferred CLI to push, pull, and manage Docker images, Open Container Initiative (OCI) images, and OCI compatible artifacts. …