AWS Certified SysOps Administrator – Associate — Question 237

A SysOps administrator needs to implement a backup strategy for Amazon EC2 resources and Amazon RDS resources. The backup strategy must meet the following retention requirements:

• Daily backups: must be kept for 6 days
• Weekly backups: must be kept for 4 weeks:
• Monthly backups: must be kept for 11 months
• Yearly backups: must be kept for 7 years

Which backup strategy will meet these requirements with the LEAST administrative effort?

Answer options

Correct answer: B

Explanation

Option B is correct because AWS Backup allows for centralized management of backup plans with minimal effort, meeting all specified retention requirements through a single interface. Options A and D, while valid, involve more complex setups with multiple schedules, increasing administrative overhead. Option C relies on custom coding with AWS Lambda, which adds unnecessary complexity for this backup requirement.