An enterprise is planning to migrate its workloads from an on-premises VMware vSphere data center to a newly deployed VMware Cloud on AWS Software-Defined Data Center (SDDC). The current hybrid network is configured as follows:
* On-premises resources connect to a centralized AWS Transit Gateway (TGW) in a central network account using a AWS Direct Connect connection via a Direct Connect Gateway (DXGW).
* Multiple AWS VPCs are attached to the central TGW.
* A Route 53 Private Hosted Zone (PHZ) `internal.enterprise.com` is hosted in a Shared Services AWS account and associated with all AWS VPCs.
The migration must satisfy the following technical requirements:
1. A transactional Web Tier application must be migrated with zero downtime during the cutover.
2. A database VM must be migrated with a maximum allowable downtime of during a scheduled weekend maintenance window.
3. Migrated VMs in the SDDC must be able to resolve DNS queries for `internal.enterprise.com` and establish network connectivity with the on-premises data center over the Direct Connect connection.
Which architecture should the Solutions Architect implement to meet these requirements with the lowest operational complexity?
- Migrate the Web Tier application using VMware HCX Replication Assisted vMotion (RAV) and the database VM using VMware HCX Bulk Migration. Associate the Direct Connect Gateway directly with the VMware Transit Connect (VTGW) peer. Associate the Route 53 PHZ `internal.enterprise.com` with the SDDC's connected VPC, and configure the SDDC DNS servers to forward queries to the Route 53 Resolver IP address of the connected VPC.Cevap
- BMigrate the Web Tier application using VMware HCX Replication Assisted vMotion (RAV) and the database VM using VMware HCX Bulk Migration. Peer the VMware Transit Connect (VTGW) with the central AWS Transit Gateway (TGW) to route traffic between the SDDC and the on-premises data center. Associate the Route 53 PHZ `internal.enterprise.com` with the SDDC's connected VPC, and configure the SDDC DNS servers to forward queries to the Route 53 Resolver IP address of the connected VPC.
- CMigrate both the Web Tier application and the database VM using VMware HCX Bulk Migration. Associate the Direct Connect Gateway directly with the VMware Transit Connect (VTGW) peer. Deploy Route 53 Resolver Inbound Endpoints in the Shared Services VPC, and configure the SDDC DNS servers to forward queries for `internal.enterprise.com` directly to these endpoints without associating the PHZ with the connected VPC.
- DMigrate the Web Tier application using VMware HCX Cold Migration and the database VM using VMware HCX Replication Assisted vMotion (RAV). Associate the Direct Connect Gateway directly with the VMware Transit Connect (VTGW) peer. Associate the Route 53 PHZ `internal.enterprise.com` with the SDDC's connected VPC, and configure the SDDC DNS servers to forward queries to the Route 53 Resolver IP address of the connected VPC.