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

A company is migrating an application to the AWS Cloud. The application runs in an on-premises data center and writes thousands of images into a mounted NFS file system each night. After the company migrates the application, the company will host the application on an Amazon EC2 instance with a mounted Amazon Elastic File System (Amazon EFS) file system.

The company has established an AWS Direct Connect connection to AWS. Before the migration cutover, a solutions architect must build a process that will replicate the newly created on-premises images to the EFS file system.

What is the MOST operationally efficient way to replicate the images?

Answer options

Correct answer: D

Explanation

AWS DataSync natively supports direct replication between an on-premises NFS share and Amazon EFS, making it the most operationally efficient solution. Utilizing a private VIF over AWS Direct Connect along with an AWS PrivateLink interface VPC endpoint ensures the replication traffic remains secure and private. Other options that involve staging data in Amazon S3 and using AWS Lambda functions add unnecessary architectural complexity and operational overhead.