An enterprise is migrating its core on-premises transaction processing systems to AWS using AWS Application Migration Service (MGN). The architecture utilizes a 10 Gbps AWS Direct Connect connection terminating at an AWS Transit Gateway in a centralized Network Services VPC. The replication traffic is directed to a dedicated Staging Area VPC. While the MGN replication agent was successfully installed on all on-premises servers using HTTPS port 443, the replication status on the AWS Migration Hub console remains in a 'Stalled' state, and no data blocks are being synchronized. The network team confirms that the Transit Gateway has active attachments to the Staging Area VPC and routing tables are properly configured. Which combination of network and security configurations will resolve this replication stall while maintaining high availability and AWS best practices?
- Configure the on-premises firewall to allow outbound traffic over TCP port 1500 to the Staging Area VPC CIDR, configure the Staging Area VPC security groups to allow inbound traffic over TCP port 1500 from the on-premises subnet, and deploy redundant NAT Gateways across all active Availability Zones in the Staging Area VPC to route outbound control plane communication.Answer
- BModify the local firewall to allow outbound HTTPS traffic on TCP port 443 only, and configure the replication servers in the Staging Area VPC to accept inbound traffic on TCP port 443, as the replication agent tunnels all block-level data replication blocks through the control plane endpoint.
- CEstablish a Transit Gateway Peering connection directly between the on-premises router and the Staging Area VPC, bypass the central Transit Gateway routing tables to prevent transitive routing delays, and allow inbound TCP port 1500 on the replication servers.
- DConfigure the on-premises firewall and the Staging Area VPC security groups to allow traffic over TCP port 1500, and deploy a single NAT Gateway in one Availability Zone of the Staging Area VPC, pointing all subnet route tables to this gateway to handle outbound status updates to the MGN control plane.