A healthcare provider is migrating its clinical diagnostics imaging system from an on-premises data center to AWS using AWS Application Migration Service (MGN). The on-premises environment is connected to AWS via a AWS Direct Connect connection terminated at an AWS Transit Gateway. To comply with patient data privacy regulations, the source servers are hosted in a secure zone with no outbound internet access, and all data transmission to AWS must occur over private connections.
The migration engineer has installed the AWS Replication Agent on the source servers, but the replication status remains stuck at "Connecting" and the agents fail to register with the AWS MGN service.
Which of the following configuration steps should the solutions architect perform to resolve the connectivity issues and initiate replication? (Select two.)
- Configure the security groups of the replication servers in the staging area and the on-premises firewalls to allow inbound traffic on TCP port 1500 from the source servers.Answer
- Deploy Interface VPC Endpoints (AWS PrivateLink) for the AWS MGN service in the staging VPC, and configure the on-premises DNS to forward queries for the MGN regional endpoint to Route 53 Resolver inbound endpoints.Answer
- CDeploy a single NAT Gateway in the staging VPC and update the Transit Gateway route table to direct outbound traffic from the on-premises subnet to the NAT Gateway to resolve the public MGN API endpoint.
- DCreate a Route 53 Private Hosted Zone for the MGN regional endpoint in the staging VPC, but do not associate it with the staging VPC, relying on the Transit Gateway to propagate the DNS records to the on-premises networks.
- EEstablish a Direct Connect Gateway connection directly to handle transitive routing between the staging VPC and the target VPC, bypassing the Transit Gateway for replication data.