A clinical research organization is migrating its regulatory-compliant data ingestion workload, consisting of servers, from a private colocation facility to AWS. Security policies mandate that all replication traffic must be encrypted in transit and must not traverse the public internet. The hybrid connectivity is established using an AWS Direct Connect connection terminating at an AWS Transit Gateway. A dedicated staging VPC contains the AWS Application Migration Service (MGN) staging area subnet. During the agent installation on the on-premises servers, replication fails to initiate. A solutions architect discovers that while the agent can establish a control plane connection to the MGN VPC endpoints over port , the agent cannot establish a data replication connection to the MGN replication servers in the staging area subnet.
Which of the following actions will resolve this replication failure?
- Configure the on-premises firewall to allow outbound traffic on TCP port to the staging area subnet, and verify that the security group for the MGN replication servers allows inbound traffic on TCP port from the on-premises server CIDR block.Answer
- BModify the MGN replication template to use TCP port for data replication traffic instead of TCP port , and configure the on-premises firewall to allow outbound HTTPS traffic to the staging area subnet.
- CDeploy a Direct Connect Gateway and associate it directly with the virtual private gateway of the staging VPC, then configure the Transit Gateway route tables to allow transitive routing between the Direct Connect gateway and the replication servers.
- DAssociate the Route 53 Private Hosted Zone for the MGN VPC endpoints with the staging VPC, and configure the on-premises DNS forwarder to route all queries for the replication server hostnames to the Route 53 Resolver inbound endpoint.