A financial company is planning to migrate a critical payment application from an on-premises VMware vSphere cluster to VMware Cloud on AWS (VMC). The application consists of application server virtual machines (VMs) that can tolerate a brief service interruption (less than minutes) during switchover, and transactional database VMs that must remain online with zero downtime and zero data loss (, ) during the migration.
The company's AWS multi-account environment is structured as follows:
* Account A hosts the VMC on AWS Software-Defined Data Center (SDDC).
* Account B hosts a Shared Services VPC containing Active Directory servers and Amazon Route 53 Private Hosted Zones (PHZs).
* Account C hosts native production spoke VPCs.
A customer-managed AWS Transit Gateway (TGW) in a central network account connects the Shared Services VPC and the Account C production spoke VPCs. Physical connectivity to the on-premises datacenter is established via a AWS Direct Connect connection terminated on a customer-managed Direct Connect Gateway (DXGW).
The target architecture must enable bidirectional DNS resolution between all environments, allow on-premises administrators to manage the SDDC VMs post-migration, and enable private communication between SDDC VMs and native AWS resources.
Which combination of migration techniques and network configurations will meet these requirements?
- Use VMware HCX Bulk Migration for the application VMs and VMware HCX Replication Assisted vMotion (RAV) for the database VMs. Configure VMware Transit Connect (VTGW) for the SDDC, peer VTGW with the customer-managed TGW, and associate the DXGW with both VTGW and the customer-managed TGW. Associate the Route 53 PHZs in Account B with the SDDC's connected VPC, and configure Route 53 Resolver outbound endpoints to forward on-premises DNS queries.Cevap
- BUse VMware HCX Bulk Migration for all VMs. Configure VMware Transit Connect (VTGW) for the SDDC, peer VTGW with the customer-managed TGW, and associate the DXGW with the customer-managed TGW. Route all SDDC traffic to the on-premises datacenter transitively through the customer-managed TGW. Associate the Route 53 PHZs with the SDDC's connected VPC, and use Route 53 Resolver endpoints for hybrid DNS.
- CUse VMware HCX Bulk Migration for the application VMs and VMware HCX Replication Assisted vMotion (RAV) for the database VMs. Peer VMware Transit Connect (VTGW) with the customer-managed TGW, and associate the DXGW only with the customer-managed TGW. Route SDDC traffic to the on-premises datacenter transitively via the TGW peering connection. Associate the Route 53 PHZs with the SDDC's connected VPC, and configure Route 53 Resolver endpoints.
- DUse VMware HCX Replication Assisted vMotion (RAV) for all VMs. Peer VMware Transit Connect (VTGW) with the customer-managed TGW, and associate the DXGW with both VTGW and the customer-managed TGW. Associate the Route 53 PHZs in Account B only with the Shared Services VPC, relying on default VPC DNS delegation to resolve native AWS resource names from the SDDC overlay networks. Configure Route 53 Resolver endpoints for hybrid DNS.