Question

Difficulty: EasyInfrastructure Migration with AWS Application Migration Service (MGN)

A solutions architect is migrating an on-premises physical server to AWS using AWS Application Migration Service (MGN). The replication traffic is configured to travel over a Site-to-Site VPN connection directly into the staging area subnet of the target VPC. The AWS Replication Agent has been successfully installed on the source server, but the replication status shows as disconnected, and data transfer cannot begin. Which of the following configuration changes will resolve the replication connectivity issue?

  1. Configure the on-premises firewall and the replication staging area security groups to allow traffic over TCP port 1500 between the source server and the replication servers.Answer
  2. B
    Configure an AWS Transit Gateway to route the replication traffic transitively through a central transit VPC to bypass the Direct Connect Gateway routing limitations.
  3. C
    Associate a Route 53 Private Hosted Zone with the target VPC to enable DNS resolution of the MGN service endpoints from the source server.
  4. D
    Deploy redundant NAT Gateways across multiple Availability Zones in the staging VPC to handle outbound replication data streams.

Answer

Configure the on-premises firewall and the replication staging area security groups to allow traffic over TCP port 1500 between the source server and the replication servers.
The correct action is to open TCP port 1500. During the migration process, the AWS Replication Agent on the source server communicates with the replication servers in the staging area over TCP port 1500 to perform data replication. Opening this port in both the on-premises firewall (outbound) and the staging area security groups (inbound) allows the replication stream to flow.

Step-by-Step Solution

1
Identify the port requirements for AWS Application Migration Service data replication.
TCP port 1500 is identified as the required port for data replication between the agent and the replication servers.
The AWS Replication Agent sends compressed and encrypted data blocks to the replication servers over TCP port 1500.
2
Inspect the network path security configurations.
Verify that both the source network's firewall and the staging subnet's security group allow TCP port 1500.
Any blockage on TCP port 1500 along the VPN path will prevent the replication data from being received, causing the agent to report a disconnected status.

Key Concept

AWS MGN Data Replication Port Requirements
Rate this question