A financial services company is planning to migrate VMware-based virtual machines (VMs) containing transactional databases and application servers from its on-premises data center to a VMware Cloud on AWS (VMC) SDDC. The migration has strict requirements: a near-zero recovery time objective (RTO), zero data loss during cutover, and the preservation of existing IP addresses due to hardcoded application configurations. The hybrid network architecture is managed across multiple AWS accounts: a central AWS Transit Gateway (TGW) in a Shared Services account is connected to on-premises via an AWS Direct Connect (DX) Gateway with a Transit VIF, and multiple application VPCs are attached to this central TGW. The VMC SDDC is connected via VMware Cloud on AWS Transit Connect (VTGW), which is peered with the central TGW. During initial configuration, replication traffic between the on-premises VMware HCX instance and the HCX Cloud destination in the VMC SDDC fails to establish connectivity. Which configuration change must the solutions architect implement to resolve the connectivity issues and enable zero-downtime migrations over the Direct Connect link?
- Associate the existing Direct Connect Gateway directly with the VMware Cloud on AWS Transit Connect (VTGW) by accepting an association proposal in the AWS account. Configure HCX to use this direct path for replication, and deploy HCX Replication-Assisted vMotion (RAV) to migrate the VMs while extending the L2 network to preserve IP addresses.Answer
- BConfigure static routing on the central Transit Gateway to route traffic destined for the VMC SDDC CIDR block to the Transit Connect (VTGW) attachment, and advertise the on-premises IP ranges from the Direct Connect Gateway to the VTGW. Configure VMware HCX to route replication traffic through the central Transit Gateway peered connection.
- CCreate a new AWS Direct Connect Private VIF on the same connection, associate it with a new virtual private gateway (VGW) in the VMC management VPC, and configure a Route 53 Private Hosted Zone associated with both the VMC VPC and the Shared Services VPC. Perform the migration using VMware HCX Bulk Migration to ensure zero data loss.
- DDeploy AWS Application Migration Service (MGN) replication agents on all on-premises VMs. Route the replication traffic over the peered Transit Connect link by configuring Transit Gateway Connect attachments to run BGP over GRE tunnels between the VMC SDDC and the central Transit Gateway.