A healthcare provider is migrating its core electronic health record (EHR) database and web application servers from a private virtualization host to AWS using AWS Application Migration Service (MGN). The migration must utilize a secure, private network path over a AWS Direct Connect connection terminated at an AWS Transit Gateway. Outbound internet access from the source virtual machines is prohibited due to regulatory requirements, meaning both replication data and control plane API traffic must remain strictly inside the private network. The staging area subnets are located in a dedicated Staging VPC connected to the Transit Gateway. Which of the following configuration steps must the Solutions Architect perform to establish the replication and control paths? (Select TWO.)
- Configure the security groups associated with the Replication Servers in the Staging VPC to allow inbound replication traffic on TCP Port 1500 from the on-premises source subnets, and ensure the on-premises firewall allows outbound traffic on TCP Port 1500.Answer
- Create Interface VPC Endpoints (AWS PrivateLink) for the AWS MGN service inside the Staging VPC, and associate the Route 53 Private Hosted Zone (PHZ) created for the MGN service with the Staging VPC to enable private DNS resolution of the MGN API endpoints.Answer
- CDeploy a single NAT Gateway in a public subnet of the Staging VPC and configure the private subnets' route tables to point default routes to the NAT Gateway to route replication traffic to the public MGN endpoints.
- DConfigure a Direct Connect Gateway to perform transitive routing of replication traffic directly between the on-premises data center and the Staging VPC, bypassing the Transit Gateway for all replication operations.
- EProvision Route 53 Resolver endpoints in the Staging VPC but do not associate the Private Hosted Zone for MGN with the Staging VPC, allowing the on-premises servers to resolve the endpoint address via public DNS resolvers.