
Answer-first summary for fast verification
Answer: Use AWS Backup to create a backup plan for the RDS instance with a 10-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 10 years. This ensures that the RDS volume snapshots are retained for the required period and can be restored if needed. Option A only prevents deletion but does not ensure the snapshots are retained for 10 years. Option B transitions snapshots to Glacier Deep Archive after 9 years, which does not meet the 10-year retention requirement. Option D moves snapshots to Glacier after 1 year, which is not compliant with the retention policy.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company is using Amazon RDS to manage its relational database. You need to design a solution that ensures the retention of RDS volume snapshots for a minimum of 10 years. Which of the following steps should you take to achieve this objective?
A
Enable S3 Object Lock on the RDS volume snapshots to prevent deletion for 10 years.
B
Create a lifecycle policy for the RDS volume snapshots to transition them to Glacier Deep Archive after 9 years and then delete them after 10 years.
C
Use AWS Backup to create a backup plan for the RDS instance with a 10-year retention period.
D
Configure the RDS snapshot lifecycle policy to move snapshots to Glacier after 1 year and then delete them after 10 years.