AWS Certified Solutions Architect – Associate (SAA-C03) — Question 641

A solutions architect needs to copy files from an Amazon S3 bucket to an Amazon Elastic File System (Amazon EFS) file system and another S3 bucket. The files must be copied continuously. New files are added to the original S3 bucket consistently. The copied files should be overwritten only if the source file changes.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

AWS DataSync is a fully managed service that automates and accelerates data transfers between AWS storage services, making it the solution with the lowest operational overhead. Configuring the transfer mode to copy only changed data satisfies the requirement to overwrite files only when they are modified. Custom solutions involving AWS Lambda or Amazon EC2 require ongoing maintenance, while transferring all data in DataSync would be inefficient and violate the requirement to only copy changed files.