0
0
AWScloud~5 mins

ECR for container image registry in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Amazon ECR?
Amazon Elastic Container Registry (ECR) is a fully managed container image registry service that makes it easy to store, manage, and deploy Docker container images securely.
Click to reveal answer
intermediate
How does Amazon ECR help with container image security?
Amazon ECR integrates with AWS Identity and Access Management (IAM) to control who can access your container images. It also supports image scanning to detect vulnerabilities in your container images.
Click to reveal answer
intermediate
What is the benefit of using a managed container registry like ECR compared to a self-hosted registry?
Using ECR removes the need to manage infrastructure for storing container images. It provides high availability, scalability, and integrates with other AWS services, reducing operational overhead.
Click to reveal answer
beginner
What is a repository in Amazon ECR?
A repository in Amazon ECR is a collection where container images are stored and organized. Each repository can hold multiple versions of container images identified by tags.
Click to reveal answer
intermediate
How do you authenticate Docker to push or pull images from Amazon ECR?
You authenticate Docker to Amazon ECR by retrieving an authentication token using the AWS CLI and then using it to log in to the ECR registry. This token is temporary and must be refreshed regularly.
Click to reveal answer
What does Amazon ECR primarily store?
AServer logs
BVirtual machines
CDatabase backups
DContainer images
Which AWS service controls access permissions for ECR repositories?
AAWS CloudTrail
BAWS Lambda
CAWS IAM
DAWS S3
What is required before pushing a Docker image to ECR?
AAuthenticate Docker with ECR using a token
BCreate an EC2 instance
CEnable CloudWatch logging
DSet up a VPC
Which feature helps identify security issues in container images stored in ECR?
AImage scanning
BAuto scaling
CLoad balancing
DCloudFormation
What is a repository in Amazon ECR?
AA database instance
BA storage location for container images
CA compute resource
DA network gateway
Explain how Amazon ECR integrates with Docker to manage container images.
Think about how Docker clients connect securely to ECR and how images are stored.
You got /3 concepts.
    Describe the security features provided by Amazon ECR for container image management.
    Consider both access control and image protection mechanisms.
    You got /3 concepts.