An organization is migrating its on-premises inventory databases to AWS using AWS Application Migration Service (MGN). The on-premises data center is connected to AWS via a 10 Gbps AWS Direct Connect (DX) connection terminating on a Transit Gateway in a central Shared Services VPC. The staging area subnets are deployed in this VPC and must remain isolated from the public internet due to security compliance rules. All migration replication traffic must travel securely over the private DX connection. Which of the following configuration steps must be performed to establish replication and ensure control plane communication under these constraints? (Select TWO.)
- Configure the AWS MGN Replication Template to use private IP addresses for data routing, and ensure that the staging area security groups and on-premises firewalls allow replication traffic on TCP port 1500.Answer
- Establish interface VPC endpoints (AWS PrivateLink) for the AWS MGN service in the staging VPC, and ensure that the on-premises DNS resolves the MGN service endpoints to these private IP addresses.Answer
- CConfigure the AWS MGN Replication Template to route replication traffic over HTTPS (TCP port 443) to the staging area subnets, allowing the security groups to block all other custom TCP ports.
- DAssociate a Route 53 Private Hosted Zone (PHZ) containing the MGN service endpoint records with the Shared Services VPC, relying on automatic PHZ inheritance to resolve DNS queries in all Transit Gateway-attached spoke VPCs without manual association.
- EDeploy a single NAT Gateway in one Availability Zone of the Shared Services VPC to route all outbound MGN agent control traffic to the public MGN API endpoints, and update all staging subnet route tables to use this NAT Gateway as their default route.
Answer
Configure the AWS MGN Replication Template to use private IP addresses for data routing with TCP port 1500 open, and establish interface VPC endpoints for AWS MGN with appropriate DNS resolution.
To migrate workloads privately using AWS Application Migration Service (MGN) without internet access, you must configure the MGN Replication Template to use private IPs for replication, and ensure firewalls/security groups allow TCP port 1500 traffic. Additionally, interface VPC endpoints (PrivateLink) must be created for AWS MGN so that the replication agent can communicate with the control plane securely over the Direct Connect connection using private DNS resolution.
Step-by-Step Solution
Key Concept
Configuring AWS MGN for private replication over AWS Direct Connect using private IPs, custom ports (TCP 1500), and interface VPC endpoints for control plane access.