
Answer-first summary for fast verification
Answer: Use AWS Backup to create a backup plan for the S3 buckets with a 7-year retention period.
Option C is the correct answer because AWS Backup allows you to create a backup plan with a specific retention period, which in this case is 7 years. This ensures that the data is retained for the required period and can be restored if needed. Option A only prevents deletion but does not ensure the data is retained for 7 years. Option B transitions objects to Glacier after 6 years, which does not meet the 7-year retention requirement. Option D moves objects to Glacier Deep Archive after 1 year, which is not compliant with the retention policy.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is implementing a data retention policy that requires certain types of data to be retained for a minimum of 7 years. You are tasked with designing a solution that ensures compliance with this policy using AWS services. Which of the following steps should you take to achieve this objective?
A
Enable S3 Object Lock on the relevant S3 buckets to prevent deletion for 7 years.
B
Create a lifecycle policy for the S3 buckets to transition objects to Glacier after 6 years and then delete them after 7 years.
C
Use AWS Backup to create a backup plan for the S3 buckets with a 7-year retention period.
D
Configure the S3 Lifecycle policy to move objects to Glacier Deep Archive after 1 year and then delete them after 7 years.
No comments yet.