AWS Certified Solutions Architect – Professional (SAP-C02) — Question 392

A company is migrating an application from on-premises infrastructure to the AWS Cloud. During migration design meetings, the company expressed concerns about the availability and recovery options for its legacy Windows file server. The file server contains sensitive business-critical data that cannot be recreated in the event of data corruption or data loss. According to compliance requirements, the data must not travel across the public internet. The company wants to move to AWS managed services where possible.

The company decides to store the data in an Amazon FSx for Windows File Server file system. A solutions architect must design a solution that copies the data to another AWS Region for disaster recovery (DR) purposes.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because establishing a VPC peering connection allows network traffic to flow privately between the primary and DR Regions without traversing the public internet. Using AWS DataSync with AWS PrivateLink interface VPC endpoints ensures that the data synchronization remains entirely within the AWS private network, meeting all security and compliance requirements. Other options are incorrect because AWS Site-to-Site VPN (Option B) routes traffic over the public internet, FSx File Gateway (Option A) is not designed for native cross-region FSx-to-S3 continuous backup, and AWS Transfer Family (Option D) is not the correct managed service for automated cross-region file synchronization.