A software-as-a-service (SaaS) provider is migrating its multi-tier backend application from an on-premises hypervisor to AWS using AWS Application Migration Service (MGN). The hybrid network architecture includes a AWS Direct Connect connection that terminates at an AWS Transit Gateway in a shared services account. The replication staging area is set up in a dedicated VPC. After installing the AWS MGN Replication Agent on the on-premises source servers, the network administrator reports that while the control plane communication over HTTPS (port 443) is successful, the replication status remains permanently stalled. Which of the following is the most likely cause of this issue?
- AThe Route 53 Private Hosted Zone for the MGN service endpoints has not been associated with the staging area VPC, causing the replication agents to fail to resolve the target replication server DNS names.
- BThe Transit Gateway route tables lack a route for the staging area subnet's CIDR block pointing back to the customer gateway, preventing the return path for the replication traffic.
- The security group associated with the replication servers in the staging area subnet does not permit inbound traffic on TCP port 1500 from the on-premises network range.Cevap
- DThe staging area VPC routes outbound replication data through a non-redundant NAT Gateway in a single Availability Zone, which has failed and terminated the replication channel.
Cevap
The security group associated with the replication servers in the staging area subnet does not permit inbound traffic on TCP port 1500 from the on-premises network range.
The correct option is correct because AWS Application Migration Service (MGN) uses TCP port 1500 for replication data transit. While the control plane uses HTTPS (port 443) for management, the actual block-level replication stream requires TCP port 1500 to be open from the source replication agent to the replication servers in the staging area. Blocking this port prevents replication from initiating.
Adım Adım Çözüm
Anahtar Kavram
AWS MGN Data Replication Port Requirements
Tahmini Süre:2m 0s