
Answer-first summary for fast verification
Answer: Use AWS Data Lifecycle Manager to create a policy that moves snapshots to Glacier after 1 year and retains them for 5 years.
Option C is the correct answer because AWS Data Lifecycle Manager allows you to create a policy that moves snapshots to Glacier after a specified period (in this case, 1 year) and retains them for the required retention period (5 years). This ensures compliance with the organization's policy. Option A does not meet the 5-year retention requirement as it deletes snapshots after 5 years. Option B only prevents deletion but does not ensure the snapshots are retained for 5 years. Option D deletes snapshots after 1 year, which is not compliant with the retention policy.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are responsible for managing the lifecycle of EBS volume snapshots in your AWS environment. Your organization has a policy that requires snapshots to be retained for a minimum of 5 years. Which of the following actions should you take to ensure compliance with this policy?
A
Create a snapshot lifecycle policy that transitions snapshots to Glacier after 4 years and then deletes them after 5 years.
B
Enable S3 Object Lock on the snapshots to prevent deletion for 5 years.
C
Use AWS Data Lifecycle Manager to create a policy that moves snapshots to Glacier after 1 year and retains them for 5 years.
D
Configure the EBS snapshot lifecycle policy to automatically delete snapshots after 1 year.
No comments yet.