Amazon ECR Immutable Tags
Immutable tags are a feature in Amazon ECR that allows developers to prevent overwriting or deleting Docker image tags. By using this feature, developers can create a consistent deployment pipeline and ensure that once an image is tagged and pushed to the repository, it cannot be inadvertently modi…
AWS Certified Solutions Architect - Amazon ECR Immutable Tags Example Questions
Test your knowledge of Amazon ECR Immutable Tags
Question 1
A DevOps team needs to ensure that existing image tags in an Amazon ECR repository cannot be overwritten by subsequent pushes. What should they enable?
Question 2
An organization requires that images stored in their Amazon ECR repository only be deleted when they reach 180 days of age. Which approach should they use?
Question 3
Your application uses Amazon ECR to store Docker container images. You want to ensure that once an image is pushed to the repository, it cannot be removed or replaced. How can you achieve this?