A logistics company is migrating its core on-premises dispatch and routing application servers to AWS using AWS Application Migration Service (MGN). The on-premises environment consists of VMware virtual machines connected to AWS via a 10 Gbps AWS Direct Connect connection terminated at an AWS Transit Gateway. The Transit Gateway connects to a central hub VPC and a target migration VPC containing the staging area subnet configured in the MGN replication template. Security policies strictly prohibit any internet access from either the on-premises servers or the target migration VPC. The MGN agents are installed on the source servers, but they cannot establish communication with the MGN service endpoints, preventing the replication process from initiating. Which two actions must the solutions architect take to resolve these connectivity issues and start replication over the private network? (Select TWO.)
- Create interface VPC endpoints for both MGN and Amazon S3 in the staging VPC, and configure the on-premises DNS resolver to forward queries for these endpoints to Route 53 Inbound Resolver endpoints in the hub VPC.Cevap
- Configure the security group of the MGN replication servers in the staging VPC to allow inbound traffic on TCP port 1500 from the on-premises CIDR block, and verify that the on-premises network firewall allows outbound traffic on TCP port 1500 to the staging subnet.Cevap
- CConfigure the security group of the MGN replication servers in the staging VPC to only allow inbound traffic on TCP port 443 from the on-premises CIDR block, assuming replication traffic is encrypted and tunneled over HTTPS.
- DProvision an Amazon S3 Gateway Endpoint in the staging VPC, and configure the Transit Gateway route tables to advertise the prefix list of the Gateway Endpoint to the on-premises firewall over the Direct Connect connection.
- EAssociate the Route 53 Private Hosted Zones for the MGN and S3 endpoints only with the hub VPC, expecting the target migration VPC to resolve the private DNS names transitively through the Transit Gateway.
- FDeploy a single NAT Gateway in a single public subnet of the hub VPC to route the replication traffic over the internet, and configure the Transit Gateway to point all outbound traffic to this single NAT Gateway instance.