AWS Certified Solutions Architect – Professional — Question 836

A company is finalizing the architecture for its backup solution for applications running on AWS. All of the applications run on AWS and use at least two Availability
Zones in each tier.
Company policy requires IT to durably store nightly backups for all its data in at least two locations: production and disaster recovery. The locations must be in different geographic regions. The company also needs the backup to be available to restore immediately at the production data center, and within 24 hours at the disaster recovery location. All backup processes must be fully automated.
What is the MOST cost-effective backup solution that will meet all requirements?

Answer options

Correct answer: D

Explanation

Storing the primary backups in Amazon S3 in the production region ensures that data is available for immediate restoration. Leveraging S3 Cross-Region Replication to copy the data to a secondary region, combined with an S3 Lifecycle policy to transition it to Amazon Glacier, satisfies both the 24-hour DR restoration requirement and minimizes storage costs. Other options are either more expensive, operationally complex, or technically unfeasible because Amazon Glacier does not support direct immediate restores or native cross-region replication.