A bioinformatics research institute is migrating 24 local physical servers running genomic analysis pipelines to AWS using AWS Application Migration Service (MGN). The on-premises network is connected to AWS via a 2 Gbps AWS Direct Connect connection using a Transit Virtual Interface (Transit VIF) terminating at a Direct Connect Gateway, which is associated with an AWS Transit Gateway. The Transit Gateway connects a Shared Services VPC and a dedicated Migration Staging VPC. In compliance with strict genomic data privacy regulations, all migration and replication traffic must traverse the private Direct Connect path and cannot route over the public internet. No internet gateway or NAT gateway is permitted in the Migration Staging VPC. Which configuration strategy should the Solutions Architect implement to establish secure, private replication while minimizing operational overhead?
- Configure the AWS MGN replication template to use private IP routing. Deploy VPC interface endpoints for AWS MGN (com.amazonaws.us-east-1.mgn) in the Migration Staging VPC, and ensure private DNS is enabled. Configure the on-premises firewalls and Migration Staging security groups to allow outbound TCP Port 443 from the on-premises servers to the MGN interface endpoints, and outbound TCP Port 1500 from the on-premises servers to the replication servers' subnet in the Migration Staging VPC.Answer
- BConfigure the AWS MGN replication template to use private IP routing. Deploy VPC interface endpoints for AWS MGN (com.amazonaws.us-east-1.mgn) in the Shared Services VPC. Associate the Amazon Route 53 Private Hosted Zone (PHZ) for MGN with the Migration Staging VPC. Configure on-premises firewalls to allow outbound TCP Port 443 and TCP Port 1500 only to the Shared Services VPC, relying on Transit Gateway transit routing to forward the replication blocks to the Migration Staging VPC.
- CConfigure the AWS MGN replication template to use private IP routing. Deploy VPC interface endpoints for AWS MGN (com.amazonaws.us-east-1.mgn) in the Migration Staging VPC. Configure the on-premises firewall and Migration Staging security groups to allow outbound TCP Port 443 from on-premises to the interface endpoints. Block TCP Port 1500 at the perimeter firewall to enforce SSL/TLS encryption for all data transit, allowing MGN to tunnel replication traffic over HTTPS.
- DConfigure the AWS MGN replication template to use public IP routing. Establish an AWS Direct Connect Public Virtual Interface (Public VIF) on the connection to route replication traffic to the public AWS MGN endpoints. Deploy NAT Gateways in the Migration Staging VPC to translate the replication servers' private IP addresses to public IPs for on-premises communication.