A global logistics firm needs to migrate 120 virtual machines (VMs) from an on-premises VMware vSphere 7.0 environment to a newly provisioned VMware Cloud on AWS (VMC) Software-Defined Data Center (SDDC). The workload consists of 80 stateless web/application servers that must remain online during migration with zero service disruption, and 40 stateful database and backend processing servers that can tolerate a maximum downtime of 10 minutes during a scheduled maintenance window. The on-premises data center is connected to AWS via a 10 Gbps AWS Direct Connect connection. The company has a multi-account AWS architecture where several spoke VPCs are connected via a customer-managed AWS Transit Gateway (TGW) in a central network account. The VMC SDDC is connected via a VMware Transit Connect gateway. The solution must ensure that resources in the spoke VPCs can access the migrated VMs using private DNS names, and that the migration is completed within the downtime constraints. Which two actions should the solutions architect recommend to meet these requirements?
- Configure VMware HCX Replication Assisted vMotion (RAV) to migrate the stateless web and application servers concurrently without downtime, and use HCX Bulk Migration for the stateful database and backend servers to replicate data in the background and execute a scheduled switchover during the maintenance window.Cevap
- Peer the customer-managed AWS Transit Gateway with the VMware Transit Connect gateway, configure routing propagation between them, and associate the Route 53 Private Hosted Zone containing the SDDC resource records with all the spoke VPCs.Cevap
- CUse HCX Cold Migration for the stateful database and backend servers to guarantee data consistency, and use standard HCX vMotion sequentially for the web and application servers to achieve zero downtime.
- DConfigure the VMC SDDC connectivity by attaching the VMware Transit Connect gateway directly to a Direct Connect Gateway, and configure transitive routing rules on the Direct Connect Gateway to enable communication between the spoke VPCs and the SDDC VMs.
- EAssociate the Route 53 Private Hosted Zone directly with the VMware Transit Connect gateway to enable global resolution, and configure the spoke VPCs to use the on-premises DNS servers as forwarders via the Direct Connect connection.