An automotive manufacturer is migrating its core supply chain management system, comprising 40 on-premises physical servers, to AWS using AWS Application Migration Service (MGN). The hybrid network connection is established via an AWS Direct Connect (DX) connection terminating on an AWS Transit Gateway. The target environment utilizes a dedicated Staging VPC for data replication and multiple Application VPCs for target workloads. To comply with security policies, all replication traffic must remain private over the DX connection, and no resources in the Staging VPC or on-premises can have direct access to the public internet.
To support this configuration, a solutions architect provisions VPC Interface Endpoints for the MGN control plane (mgn.{region}.amazonaws.com) and Amazon EC2 within a central Shared Services VPC. A Route 53 Private Hosted Zone (PHZ) for the MGN endpoint is created in the Shared Services account. During testing, the MGN agents are successfully installed on the source servers, but the replication status is reported as 'Stalled'. An investigation reveals that the replication servers launched in the Staging VPC are failing to communicate with the MGN control plane.
Which of the following actions should the solutions architect take to resolve this issue?
- Associate the Route 53 Private Hosted Zone in the Shared Services account with the Staging VPC. Update the Staging VPC route tables to route traffic destined for the Shared Services VPC through the Transit Gateway, and configure the security group of the MGN interface endpoints in the Shared Services VPC to accept inbound traffic on TCP port 443 from the Staging VPC CIDR range.Answer
- BConfigure Route 53 Resolver outbound endpoints in the Staging VPC to forward DNS queries for the MGN endpoint to the on-premises DNS servers, which then forward those queries to Route 53 Resolver inbound endpoints in the Shared Services VPC, rather than associating the Private Hosted Zone with the Staging VPC.
- CAssociate the Direct Connect Gateway directly with both the Staging VPC and the Shared Services VPC, and configure the Staging VPC route table to route traffic destined for the Shared Services VPC CIDR through the Direct Connect Gateway to enable transitive VPC-to-VPC routing.
- DConfigure the MGN replication template to assign public IP addresses to the replication servers. Update the on-premises firewall to allow outbound TCP port 1500 to the public internet, and route replication traffic through a public internet path instead of the Direct Connect connection.