A retail enterprise is migrating its legacy inventory management systems, which include on-premises application servers, to AWS using AWS Application Migration Service (MGN). The enterprise connects its on-premises network to AWS via an AWS Direct Connect connection terminated at an AWS Transit Gateway in a central Transit VPC. The Transit VPC connects to the target Migration VPC. Due to strict corporate security compliance, no internet access is permitted from either the on-premises network or the target Migration VPC. The Solutions Architect has installed the AWS Replication Agent on the on-premises servers, but the replication status shows that the agents are unable to communicate with the AWS MGN replication servers and are failing to register with the service. Which of the following configuration steps must the Solutions Architect take to establish connectivity and ensure successful data replication? (Select TWO.)
- Configure the on-premises firewalls and the security group of the Replication Staging Area to allow outbound traffic from the on-premises servers and inbound traffic to the replication servers over TCP port 1500.Answer
- Create an interface VPC endpoint (AWS PrivateLink) for the MGN service (com.amazonaws.region.mgn) in the target VPC, associate it with the target VPC, and configure a Route 53 Resolver inbound endpoint to resolve the service domain name from the on-premises DNS.Answer
- CConfigure the staging area security groups to permit inbound HTTPS traffic on TCP port 443 from the on-premises servers to the replication servers for the continuous data replication stream.
- DCreate a Route 53 Private Hosted Zone (PHZ) for the MGN endpoint in the Migration VPC and rely on Transit Gateway routing tables to transitively resolve the DNS names for the on-premises servers.
- EProvision a single NAT Gateway in the migration staging subnet to route all replication traffic over a Direct Connect public virtual interface (VIF) to the public AWS MGN endpoints.