
Answer-first summary for fast verification
Answer: Launch an EC2 instance in the same Availability Zone as the EFS., Deploy an AWS DataSync agent on-premises.
To automate the migration of the on-premises SFTP server to AWS, you need to follow these steps: 1. **A** - Launch the EC2 instance in the same Availability Zone as the EFS filesystem: This ensures the lowest latency and best performance by placing the EC2 instance close to the EFS filesystem. 2. **B** - Deploy an AWS DataSync agent on-premises: AWS DataSync is a good service to efficiently transfer large amounts of data, such as the 200 GB of data in this scenario, from an on-premises location to AWS. These two options will streamline the data transfer and setup process efficiently.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company plans to migrate their on-premises data center to AWS, including an SFTP server with 200 GB of NFS-backed data. The migration must utilize an Amazon EC2 instance with Amazon EFS. Identify the steps a solutions architect should take to automate the migration process.
A
Launch an EC2 instance in the same Availability Zone as the EFS.
B
Deploy an AWS DataSync agent on-premises.
C
Add an Amazon EBS volume to the EC2 instance for data storage.
D
Copy data to the EC2 instance using OS-level commands.
E
Configure AWS DataSync for the SFTP server's location.