A logistics company is migrating physical on-premises servers to AWS using AWS Application Migration Service (MGN). A AWS Direct Connect connection is established and terminated at an AWS Transit Gateway, which connects to the AWS landing zone VPCs. The on-premises servers are isolated from the public internet. The company requires that all replication control plane traffic and data replication traffic traverse the Direct Connect connection privately. Which TWO configurations must the solutions architect implement to meet these requirements?
- Configure the AWS Application Migration Service replication template to route replication data using private IP addresses, and configure network firewalls and security groups to allow outbound traffic on TCP port from the source servers to the staging area subnet.Answer
- Create an interface VPC endpoint (AWS PrivateLink) for AWS Application Migration Service in the staging VPC, and execute the replication agent installer on the on-premises servers specifying the endpoint's private DNS name or IP address.Answer
- CConfigure the AWS Application Migration Service replication template to use private IP routing, and restrict the staging area security groups to allow inbound replication traffic on TCP port only.
- DBypass the Transit Gateway by connecting the Direct Connect connection to a Direct Connect Gateway associated directly with the target VPCs to manage transitive VPC-to-VPC routing for the migration workloads.
- ECreate a Private Hosted Zone for the MGN service endpoint in a shared services VPC, and rely on Transit Gateway route propagation to automatically resolve the endpoint names across all staging and target VPCs.
Answer
The solutions architect must configure the replication template to use private IP addresses, open outbound TCP port 1500 to the staging subnet, provision an interface VPC endpoint (PrivateLink) for the migration service, and run the agent installer specifying the private endpoint details.
The correct options state that the solutions architect should configure the replication template to use private IP routing, allow outbound traffic on TCP port 1500, create an interface VPC endpoint for the service, and install the agent specifying the private endpoint. This addresses both replication data transmission (via private IPs and port 1500) and control plane registrations (via the interface VPC endpoint) without requiring any public internet access.
Step-by-Step Solution
Key Concept
Private replication and control plane connectivity over hybrid paths with AWS Application Migration Service (MGN)