A multinational enterprise is migrating its vSphere-based workloads to a VMware Cloud on AWS Software-Defined Data Center (SDDC) linked to a multi-account AWS environment. The workloads to migrate consist of:
1. A production cluster of critical database virtual machines (VMs) that must remain online during the initial data synchronization phase and experience near-zero downtime during the final switchover.
2. A development and testing environment consisting of VMs that can tolerate up to hours of downtime during a scheduled cutover window.
The enterprise has configured a AWS Direct Connect connection to the on-premises data center.
Additionally, the migrated VMs in the SDDC must resolve internal service endpoints in a Private Hosted Zone (PHZ) for `corp.local` hosted in a Shared Services VPC in a separate AWS account. The SDDC is connected to this Shared Services VPC using VMware Cloud on AWS Transit Connect.
Which two actions should the solutions architect take to meet these requirements? (Select two.)
- Configure VMware HCX Replication Assisted vMotion (RAV) to migrate the database VMs to achieve parallel replication and live switchover, and use VMware HCX Bulk Migration to migrate the development and testing VMs in scheduled waves.Answer
- Deploy Route 53 Resolver Inbound Endpoints in the Shared Services VPC, and configure the SDDC DNS Forwarder in the VMware Cloud Console to route queries for `corp.local` to the IP addresses of the Inbound Endpoints.Answer
- CConfigure VMware HCX Cold Migration for the database VMs to ensure zero write activity during the transfer, and use VMware HCX vMotion to migrate the development and testing VMs concurrently.
- DAssociate the `corp.local` Private Hosted Zone directly with the VMC SDDC management VPC, and configure the migrated VMs to query the AWS default VPC resolver () of the associated VPC.
- EConfigure a Virtual Private Gateway (VGW) in the Shared Services VPC, attach it to the Direct Connect Gateway (DXGW) used by the SDDC, and configure transitive routing to pass DNS traffic from the SDDC to the Shared Services VPC.