An energy utility company is migrating its legacy grid monitoring application, consisting of 5 on-premises servers, to AWS using AWS Application Migration Service (MGN). The on-premises network is connected to AWS using an AWS Direct Connect connection terminated at a Direct Connect Gateway, which is associated with an AWS Transit Gateway. The Transit Gateway routes traffic to a dedicated Migration Staging VPC where the replication servers are located. After installing the AWS Replication Agent on the source servers, the replication status on the AWS MGN console is displayed as 'Stalled'. Which of the following actions should the Solutions Architect take to resolve the replication issue?
- Ensure that the on-premises firewall and the Migration Staging VPC security groups permit outbound and inbound traffic on TCP port 1500, respectively, to allow replication data transfer from the AWS Replication Agent to the replication servers.Answer
- BModify the Migration Staging VPC security group to allow inbound traffic only on TCP port 443 from the on-premises servers, since replication data is tunneled through the secure AWS MGN service endpoints.
- CConfigure a Direct Connect gateway association that allows transitive routing directly between the on-premises network and the staging subnets, bypassing the Transit Gateway route tables.
- DCreate an Amazon Route 53 Private Hosted Zone for the replication server hostnames and associate it with all active VPCs in the AWS Organization to resolve name resolution failures.
Answer
Ensure that the on-premises firewall and the Migration Staging VPC security groups permit outbound and inbound traffic on TCP port 1500, respectively, to allow replication data transfer from the AWS Replication Agent to the replication servers.
The correct answer is to ensure that the on-premises firewall and the Migration Staging VPC security groups permit traffic on TCP port 1500. This is because AWS Application Migration Service replication servers listen on TCP port 1500 to receive replicated data blocks from the AWS Replication Agent installed on the source servers. Without this port open, replication cannot succeed and will be marked as stalled.
Step-by-Step Solution
Key Concept
AWS Application Migration Service (MGN) network replication port requirements