AWS Certified Solutions Architect – Professional — Question 69
You are responsible for a legacy web application whose server environment is approaching end of life You would like to migrate this application to AWS as quickly as possible, since the application environment currently has the following limitations:
✑ The VM's single 10GB VMDK is almost full;
✑ Me virtual network interface still uses the 10Mbps driver, which leaves your 100Mbps WAN connection completely underutilized;
✑ It is currently running on a highly customized. Windows VM within a VMware environment;
✑ You do not have me installation media;
This is a mission critical application with an RTO (Recovery Time Objective) of 8 hours. RPO (Recovery Point Objective) of 1 hour.
How could you best migrate this application to AWS while meeting your business continuity requirements?
Answer options
- A. Use the EC2 VM Import Connector for vCenter to import the VM into EC2.
- B. Use Import/Export to import the VM as an ESS snapshot and attach to EC2.
- C. Use S3 to create a backup of the VM and restore the data into EC2.
- D. Use me ec2-bundle-instance API to Import an Image of the VM into EC2
Correct answer: A
Explanation
The correct answer is A because the EC2 VM Import Connector for vCenter allows for a direct import of VMware VMs into AWS, which is ideal for this scenario where installation media is not available. Options B and D are not suitable due to the complexities involved in snapshot imports and API usage without proper media. Option C involves backing up data rather than migrating the entire VM, which would not meet the business continuity requirements effectively.