AWS Certified Solutions Architect – Professional — Question 775

A company wants to retire its Oracle Solaris NFS storage arrays. The company requires rapid data migration over its internet network connection to a combination of destinations for Amazon S3, Amazon Elastic File System (Amazon EFS), and Amazon FSx for Windows File Server. The company also requires a full initial copy, as well as incremental transfers of changes until the retirement of the storage arrays. All data must be encrypted and checked for integrity.

What should a solutions architect recommend to meet these requirements?

Answer options

Correct answer: B

Explanation

AWS DataSync is the ideal service for this scenario because it natively supports rapid, secure file transfers over the network directly to Amazon S3, Amazon EFS, and Amazon FSx while automatically verifying data integrity and encrypting data in transit. CloudEndure is intended for server migration and disaster recovery rather than file-level storage migration to multiple distinct AWS storage services. Using the aws S3 sync command or AWS Transfer for FTP would require complex custom scripting to support all three target storage types and does not offer the built-in optimization and management capabilities of DataSync.