An enterprise is migrating its legacy on-premises VMware vSphere workloads to a Multi-AZ VMware Cloud on AWS (VMC on AWS) SDDC. The SDDC is connected to the on-premises data center via AWS Direct Connect using a Direct Connect Gateway (DXGW) attached to a VMware Transit Connect (vTGW). The enterprise is using VMware HCX to extend several on-premises L2 VLANs to the SDDC.
During the migration, virtual machines (VMs) are moved using HCX Replication-Assisted vMotion (RAV). A set of migrated VMs on an extended network segment needs to communicate with database servers remaining on-premises that reside on a non-extended subnet. The network team reports that traffic from the migrated VMs to the on-premises database servers is experiencing high latency and routing loops. Diagnostics show that packets from the migrated VMs are traversing the HCX Network Extension (L2 path) back to the on-premises default gateway and then to the database servers, while return traffic is routing over the Direct Connect path.
Which solution will resolve the routing inefficiency and ensure optimal bidirectional path routing between the migrated VMs and the on-premises database servers?
- ACreate a Route 53 Private Hosted Zone (PHZ) containing the database domain names and associate it with both the VMC on AWS SDDC VPC and the customer-managed VPC. Configure Route 53 Inbound and Outbound Resolvers to route database traffic directly over the Direct Connect connection.
- BCreate an AWS Transit Gateway in the customer-managed AWS account, attach it to the VMware Transit Connect using a Transit Gateway Peering attachment, and configure static routing on the DXGW to forward the /32 host routes of the migrated VMs to the on-premises router.
- Enable Proximity Routing in the HCX Network Extension configuration. In the VMware Cloud on AWS console, configure Route Redistribution under the Transit Connect settings to enable the redistribution of HCX host routes (/32) to the Direct Connect Gateway. Ensure that the on-premises router is configured to accept and prioritize these host routes over the extended network's summary route.Answer
- DConfigure a policy-based VPN between the HCX appliances to bypass the Direct Connect connection for data replication and live migration traffic. Implement an active-passive DNS routing policy using Route 53 to redirect database queries to a replicated standby database in a native AWS VPC.