A financial services company is migrating a legacy, compliance-restricted application from an on-premises data center to AWS using AWS Application Migration Service (MGN). The target architecture consists of a multi-account environment managed by AWS Organizations. The application servers will be launched into a private subnet within a Workload VPC.
Hybrid connectivity is established using an AWS Direct Connect connection terminated at an AWS Transit Gateway. The Transit Gateway connects the Workload VPC and a centralized Network Services VPC. The Network Services VPC hosts an outbound internet egress path consisting of a cluster of firewalls behind NAT Gateways. Due to strict regulatory requirements, the on-premises source servers have no outbound public internet access. The Solutions Architect has configured the MGN replication template to "Use private IP" for data routing and has created Interface VPC endpoints for MGN in the Workload VPC to keep all replication traffic within the private network.
The replication agent was successfully installed on the source servers, but the replication status is stuck at (Initiating) and fails to establish a data connection. Which combination of configuration modifications will resolve this issue and allow replication to proceed?
- AConfigure the on-premises DNS servers to conditionally forward queries for mgn.<region>.amazonaws.com to Route 53 Resolver Inbound Endpoints in the Workload VPC. Allow outbound TCP port on the on-premises firewall to the Workload VPC CIDR. Configure the MGN replication server security group to allow inbound TCP port from the on-premises subnet, and configure the on-premises firewall to block TCP port to enforce secure HTTPS-only data transit.
- BAssociate the MGN Interface VPC endpoints with a Direct Connect Gateway using a private virtual interface (VIF). Configure the Workload VPC route table to route all on-premises replication traffic directly through a private VIF on the Direct Connect Gateway, bypassing the Transit Gateway for transitive routing between the Workload VPC and the on-premises environment.
- Configure the on-premises DNS servers to conditionally forward queries for mgn.<region>.amazonaws.com to Route 53 Resolver Inbound Endpoints in the Workload VPC. Allow outbound TCP port and TCP port on the on-premises firewall to the Workload VPC CIDR. Ensure the security group of the MGN Interface VPC endpoints allows inbound TCP port from the on-premises subnet, and the MGN replication server security group allows inbound TCP port from the on-premises subnet.Cevap
- DDeploy the MGN Interface VPC endpoints and Route 53 Resolver Inbound Endpoints in the Network Services VPC. Create the Route 53 Private Hosted Zone for mgn.<region>.amazonaws.com and associate it only with the Network Services VPC. Configure the on-premises DNS servers to forward queries to the Inbound Endpoints, and configure the on-premises firewall to allow outbound TCP port and port to the Workload VPC CIDR.