AWS Certified Solutions Architect – Professional — Question 748

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 VPC peering establishes a private connection between VPCs across different AWS Regions, and AWS DataSync using interface VPC endpoints (AWS PrivateLink) ensures that data replication traffic remains entirely within the AWS private network, satisfying the compliance requirement. Option A is incorrect because FSx File Gateway is designed for on-premises caching, not cross-region FSx to S3 replication. Option B is incorrect because AWS Site-to-Site VPN typically routes traffic over the public internet unless established over AWS Direct Connect, which violates the compliance rule. Option D is incorrect because AWS Transfer Family is designed for SFTP/FTPS/FTP transfers and is not the native or optimal tool for synchronizing FSx for Windows File Server file systems compared to AWS DataSync.