A university department is migrating its research analytics platform, which consists of physical servers, to AWS using AWS Application Migration Service (MGN). The migration must use a private network path over a AWS Direct Connect connection with an AWS Transit Gateway. The AWS Replication Agent has been installed on the source servers, and the agent successfully establishes control plane communication with the MGN service endpoints. However, data replication is failing to initiate, and status logs indicate that the replication servers in the staging area VPC cannot receive replication data blocks from the source servers. Which action should the solutions architect take to resolve this issue and enable replication?
- AConfigure a Direct Connect Gateway directly attached to the staging area VPC using a Private Virtual Interface (VIF) instead of Transit Gateway to route replication traffic.
- Allow inbound traffic on TCP port 1500 in the security groups of the staging area VPC and allow outbound traffic on TCP port 1500 from the on-premises firewall.Answer
- CAssociate the Route 53 Private Hosted Zone used for the MGN API endpoints with the staging area VPC to resolve DNS queries for the replication servers.
- DDeploy a single NAT Gateway in the staging area VPC to route the replication traffic, and update the replication template to route all outbound replication traffic through it.
Answer
Allow inbound traffic on TCP port 1500 in the security groups of the staging area VPC and allow outbound traffic on TCP port 1500 from the on-premises firewall.
The correct answer correctly identifies that AWS MGN utilizes TCP port 1500 for the continuous replication of data blocks from the source server agent to the replication servers located in the staging area VPC. Opening this port in both directions resolves the data replication timeout while preserving the existing, functioning control plane channel over HTTPS.
Step-by-Step Solution
Key Concept
AWS MGN uses TCP port 443 for control plane communication and TCP port 1500 for data replication.
Estimated Time:2m 0s