AWS Certified Solutions Architect – Professional — Question 568

A company wants to migrate an application to Amazon EC2 from VMware Infrastructure that runs in an on-premises data center. A solutions architect must preserve the software and configuration settings during the migration.
What should the solutions architect do to meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because AWS VM Import/Export enables you to import virtual machine images from your VMware environment to Amazon EC2 as AMIs, which fully preserves the software and configuration. The standard procedure for this is exporting the VM as an OVF template, uploading it to an Amazon S3 bucket, configuring the appropriate IAM service role, and running the import-image command via the AWS CLI. The other options are incorrect because AWS DataSync, AWS Storage Gateway, and AWS Systems Manager are not designed to perform direct VM-to-AMI conversions for VMware virtual disks.