An enterprise is planning to migrate its workloads from an on-premises VMware vSphere environment to a VMware Cloud on AWS Software-Defined Data Center (SDDC). The workloads consist of a critical 2 TB database virtual machine (VM) that must remain online with zero downtime during the migration, and 40 application server VMs that can tolerate a brief service interruption of under 15 minutes. The migration must be scheduled to switch over during a weekend maintenance window. The network connectivity is a dedicated 1 Gbps AWS Direct Connect connection with a round-trip latency of 35 ms. Which migration strategy meets these requirements with the least operational impact?
- Configure VMware HCX. Use HCX vMotion to migrate the critical database VM with zero downtime, and use HCX Bulk Migration to replicate and schedule the switchover of the 40 application server VMs during the maintenance window.Cevap
- BConfigure VMware HCX. Use HCX Bulk Migration for all virtual machines, including the database VM, to perform parallel replication and ensure consistent switchover times for all workloads.
- CInstall the AWS Application Migration Service (MGN) agent on all virtual machines, replicate the volumes over the AWS Direct Connect connection, and launch the instances directly into the VMware Cloud on AWS SDDC cluster.
- DConfigure VMware HCX. Use HCX Replication-Assisted vMotion (RAV) for all virtual machines. Route the migration traffic over the Direct Connect connection through an AWS Transit Gateway directly to the VMware ESXi hosts without establishing an HCX L2 Network Extension.
Cevap
Configure VMware HCX. Use HCX vMotion to migrate the critical database VM with zero downtime, and use HCX Bulk Migration to replicate and schedule the switchover of the 40 application server VMs during the maintenance window.
The correct strategy combines VMware HCX vMotion and HCX Bulk Migration. Since the database VM requires zero downtime and the Direct Connect link latency (35 ms) is below the 150 ms threshold, HCX vMotion is the ideal choice. For the remaining 40 application VMs, HCX Bulk Migration allows them to be replicated in parallel over time and switched over with a minimal reboot downtime (less than 15 minutes) during the weekend maintenance window, reducing the risk and complexity of migrating all hosts simultaneously via live migration.
Adım Adım Çözüm
Anahtar Kavram
Selecting the correct VMware HCX migration method based on virtual machine downtime tolerance, latency limits, and target architecture.