AWS Certified Solutions Architect – Professional (SAP-C02) — Question 401
A solutions architect works for a government agency that has strict disaster recovery requirements. All Amazon Elastic Block Store (Amazon EBS) snapshots are required to be saved in at least two additional AWS Regions. The agency also is required to maintain the lowest possible operational overhead.
Which solution meets these requirements?
Answer options
- A. Configure a policy in Amazon Data Lifecycle Manager (Amazon DLM) to run once daily to copy the EBS snapshots to the additional Regions.
- B. Use Amazon EventBridge to schedule an AWS Lambda function to copy the EBS snapshots to the additional Regions.
- C. Setup AWS Backup to create the EBS snapshots. Configure Amazon S3 Cross-Region Replication to copy the EBS snapshots to the additional Regions.
- D. Schedule Amazon EC2 Image Builder to run once daily to create an AMI and copy the AMI to the additional Regions.
Correct answer: A
Explanation
Amazon Data Lifecycle Manager (Amazon DLM) provides a native, fully managed way to automate the creation, retention, and cross-region copying of Amazon EBS snapshots without writing any code, ensuring the lowest operational overhead. Using AWS Lambda and Amazon EventBridge requires custom scripting and ongoing maintenance, which increases operational overhead. Amazon S3 Cross-Region Replication cannot be used directly to replicate EBS snapshots, and Amazon EC2 Image Builder is intended for maintaining VM images rather than managing daily EBS snapshot lifecycles.