
Answer-first summary for fast verification
Answer: Configure AWS Application Migration Service with a connection to the VMware cluster, create a replication job for the VMs, establish an Amazon Elastic File System (Amazon EFS) file system, and use AWS DataSync to transfer the NFS server data to the EFS file system via the Direct Connect connection.
The correct answer is B. This solution leverages AWS Application Migration Service to connect to the VMware cluster and create replication jobs for the VMs, ensuring a smooth and automated migration process. Additionally, by configuring AWS DataSync to transfer the 10 TB of data to an Amazon Elastic File System (EFS) file system over the high-speed 10 Gbps Direct Connect connection, it ensures that the migration is completed in the least amount of time. This maximizes the bandwidth and efficiency of the data transfer, minimizing the overall migration time compared to other options.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company is planning to migrate its on-premises VMware cluster, consisting of 120 VMs with various operating systems and numerous custom software packages, to AWS. Additionally, the company has a 10 TB on-premises NFS server and has established a 10 Gbps AWS Direct Connect connection for the migration. What is the most efficient solution to complete this migration to AWS in the shortest time possible?
A
Export the on-premises VMs, transfer them to an Amazon S3 bucket, and use VM Import/Export to create AMIs from the VM images stored in Amazon S3. Order an AWS Snowball Edge device, copy the NFS server data to it, and restore the NFS server data to an Amazon EC2 instance configured with NFS.
B
Configure AWS Application Migration Service with a connection to the VMware cluster, create a replication job for the VMs, establish an Amazon Elastic File System (Amazon EFS) file system, and use AWS DataSync to transfer the NFS server data to the EFS file system via the Direct Connect connection.
C
Replicate the VMs on AWS as Amazon EC2 instances, install all necessary software packages, set up an Amazon FSx for Lustre file system, and configure AWS DataSync to move the NFS server data to the FSx for Lustre file system over the Direct Connect connection.
D
Order two AWS Snowball Edge devices, copy the VMs and NFS server data to them, execute VM Import/Export once the data is transferred to an Amazon S3 bucket from the devices, create an Amazon Elastic File System (Amazon EFS) file system, and copy the NFS server data from Amazon S3 to the EFS file system.