
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company recently created a disaster recovery site in a different AWS Region. The company needs to transfer large amounts of data back and forth between NFS file systems in the two Regions on a periodic basis.
Which solution will meet these requirements with the LEAST operational overhead?
A
Use AWS DataSync.
B
Use AWS Snowball devices.
C
Set up an SFTP server on Amazon EC2.
D
Use AWS Database Migration Service (AWS DMS).
Explanation:
AWS DataSync is the correct answer because it provides the LEAST operational overhead for transferring large amounts of data between NFS file systems in different AWS Regions on a periodic basis.
Purpose-built for file system transfers: DataSync is specifically designed for moving data between on-premises storage, AWS storage services, and between AWS Regions.
NFS support: DataSync natively supports NFS file systems, making it ideal for this scenario.
Automated and managed service: DataSync is a fully managed service that automates data transfer, handles network optimization, and provides built-in validation and monitoring.
Periodic transfers: DataSync supports scheduled transfers, which aligns perfectly with the requirement for periodic data movement.
Least operational overhead: As a managed service, DataSync requires minimal setup and maintenance compared to other options.
B. AWS Snowball devices:
C. Set up an SFTP server on Amazon EC2:
D. AWS Database Migration Service (AWS DMS):
Therefore, AWS DataSync provides the most efficient, automated, and low-overhead solution for periodic NFS file system transfers between AWS Regions.