Question

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

A systems administrator is setting up the target AWS environment for an infrastructure migration using AWS Application Migration Service (MGN). The administrator needs to configure the network settings in the replication template. Which of the following network configuration settings are required to allow the replication servers in the staging area to successfully receive replicated data from the source servers and communicate with the service? (Select TWO.)

  1. A security group assigned to the replication servers that permits incoming traffic on TCP port 1500 from the source agents.Answer
  2. Outbound network connectivity from the replication servers in the staging subnet to the MGN service endpoints over TCP port 443.Answer
  3. C
    A Route 53 Private Hosted Zone configured in the target VPC to resolve the domain names of the on-premises source servers.
  4. D
    A Transit Gateway routing configuration that permits bi-directional data synchronization between the replication servers and the source servers.
  5. E
    A single NAT Gateway deployed in one Availability Zone to handle outbound replication traffic for replication servers in all Availability Zones.

Answer

To successfully set up AWS Application Migration Service (MGN) staging area networking, the replication servers must be allowed to receive incoming data traffic from the source servers over TCP port 1500, and they must have outbound network connectivity to the MGN API endpoints over TCP port 443.
The correct configurations are allowing incoming traffic on TCP port 1500 to the replication servers and allowing outbound TCP port 443 from the staging area to MGN service endpoints. The replication agent on the source machine establishes a connection to the replication server in the staging area over port 1500 to stream data blocks. Additionally, replication servers must be able to communicate with the MGN control plane via HTTPS (port 443) to report replication progress and receive instructions.

Step-by-Step Solution

1
Configure the security groups in the staging area to allow inbound TCP traffic on port 1500 from the source servers where the replication agent is installed.
Inbound data replication path is established.
Allows replication servers to receive data blocks streamed by the source agents.
2
Configure the subnet routing and firewalls in the staging area to permit outbound HTTPS traffic (TCP port 443) from the replication servers to the regional MGN endpoints.
Outbound control plane communication path is established.
Allows replication servers to communicate status updates and receive orchestration instructions from the MGN service.

Key Concept

AWS Application Migration Service (MGN) replication architecture relies on replication servers in a staging area. These servers require inbound data replication over TCP port 1500 from the source agents, and outbound control plane communication over TCP port 443 to the MGN service endpoints.
Rate this question