
Answer-first summary for fast verification
Answer: Use AWS Data Lifecycle Manager to create a policy that moves container images to Glacier after 6 months and retains them for 2 years.
Option C is the correct answer because using AWS Data Lifecycle Manager to create a policy that moves container images to Glacier after 6 months and retains them for 2 years ensures compliance with the 2-year retention policy. Option A only prevents deletion but does not ensure the images are retained for 2 years. Option B does not meet the 2-year retention requirement as it deletes images after 2 years. Option D deletes images after 6 months, which is not compliant with the retention policy.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your organization has a policy that requires container images to be retained for a minimum of 2 years. Which of the following actions should you take to ensure compliance with this policy?
A
Enable S3 Object Lock on the container images to prevent deletion for 2 years.
B
Create a lifecycle policy for the container images to transition them to Glacier after 1 year and then delete them after 2 years.
C
Use AWS Data Lifecycle Manager to create a policy that moves container images to Glacier after 6 months and retains them for 2 years.
D
Configure the container image lifecycle policy to automatically delete images after 6 months.
No comments yet.