A company is planning to migrate its on-premises VMware vSphere workloads to a VMware Cloud on AWS Software-Defined Data Center (SDDC). The migration strategy must satisfy the following constraints:
* Live migration with zero downtime is required for a critical transactional database VM.
* A group of 50 non-critical application VMs must be migrated in parallel with a switchover scheduled during a weekend maintenance window to minimize service disruption.
* All replication traffic must traverse a secure, dedicated connection using the existing 1 Gbps AWS Direct Connect connection rather than the public internet.
Which two options should the Solutions Architect select to satisfy these migration requirements? (Select TWO.)
- Use VMware HCX vMotion to migrate the critical transactional database VM to achieve zero-downtime live migration.Answer
- Use VMware HCX Bulk Migration for the 50 application VMs to replicate them in parallel and perform a scheduled switchover.Answer
- CUse VMware HCX Cold Migration for both the database VM and the application VMs to guarantee data consistency during the transfer.
- DConfigure the VMware HCX replication traffic to route directly through an AWS Direct Connect Gateway connected to a Transit Gateway VPC attachment without enabling Transit Connect, relying on the Direct Connect Gateway for transitive routing.
- EAssociate the Route 53 Private Hosted Zone with the on-premises DNS servers only, without associating it with the VMware Cloud on AWS connected VPC.
Answer
Use VMware HCX vMotion to migrate the critical transactional database VM to achieve zero-downtime live migration, and use VMware HCX Bulk Migration for the 50 application VMs to replicate them in parallel and perform a scheduled switchover.
The correct options are to use VMware HCX vMotion for the critical transactional database VM to perform a live migration with zero downtime, and VMware HCX Bulk Migration for the 50 application VMs to allow parallel replication and a scheduled switchover. HCX vMotion migrates one VM at a time with zero downtime, which matches the single database requirement. HCX Bulk Migration replicates multiple VMs in bulk while powered on, and performs a brief switchover (with a reboot on the target side) which can be scheduled for a maintenance window.
Step-by-Step Solution
Key Concept
Selecting appropriate VMware HCX migration methods based on application RTO, downtime tolerance, and scale constraints.