An enterprise is migrating a stateful database application from an on-premises VMware vSphere cluster to a newly deployed VMware Cloud on AWS Software-Defined Data Center (SDDC). The application database is highly active and has a strict requirement of less than 10 minutes of cumulative downtime during the migration cutover window. The migration will occur over a dedicated 1 Gbps AWS Direct Connect connection. To prevent application disruption, the database virtual machines (VMs) must retain their existing on-premises IP addresses after migration.
Which of the following actions should the Solutions Architect take to meet these migration and network requirements? (Select TWO.)
- Configure VMware HCX Replication-Assisted vMotion (RAV) to replicate the database virtual machines to the target SDDC and perform a live switchover.Answer
- Establish a VMware HCX Layer 2 Network Extension to stretch the on-premises database subnet to the VMware Cloud on AWS SDDC.Answer
- CUse VMware HCX Cold Migration to transfer the database virtual machines to the target SDDC datastore.
- DAttach the AWS Direct Connect Gateway directly to both the VMware Cloud on AWS SDDC and multiple customer-managed VPCs to enable transitive routing between the migrated VMs and other application tiers.
- ECreate a Route 53 Private Hosted Zone in a shared services VPC for internal DNS resolution, assuming the SDDC's management VPC will automatically resolve these records without explicit hosted zone association.
Answer
Configure VMware HCX Replication-Assisted vMotion (RAV) to replicate the database virtual machines to the target SDDC and perform a live switchover, and establish a VMware HCX Layer 2 Network Extension to stretch the on-premises database subnet to the VMware Cloud on AWS SDDC.
The correct actions are configuring VMware HCX Replication-Assisted vMotion (RAV) and establishing an HCX Layer 2 Network Extension. HCX RAV allows live migration with near-zero downtime by combining bulk replication with vMotion switchover, meeting the 10-minute downtime limit. The L2 Network Extension enables IP retention by stretching the subnet across on-premises and AWS, preventing application reconfiguration.
Step-by-Step Solution
Key Concept
Selecting the appropriate VMware HCX migration method and network extension strategy to satisfy strict downtime and IP retention constraints.
Alternative Method
As an alternative, if live migration is not supported due to vSphere version mismatches, HCX Bulk Migration can be scheduled, but it requires a VM reboot which might exceed the downtime limit depending on the operating system and database startup times. Thus, RAV remains the primary choice.
Estimated Time:2m 0s