A smart agriculture technology provider is migrating its telemetry aggregation workloads, consisting of on-premises physical servers, to AWS using AWS Application Migration Service (MGN). The on-premises data center is connected to AWS via an AWS Direct Connect connection with a Private Virtual Interface (VIF) terminated on an AWS Transit Gateway. The target environment is a multi-account structure under AWS Organizations, where the migration staging area resides in a dedicated Staging VPC. Due to strict security policies, neither the on-premises environment nor the Staging VPC has direct internet access, and all data transfer must go over private networks. During the replication phase, the migration team observes that the MGN Replication Agent on the source servers cannot connect to the AWS MGN control plane or the staging area replication servers, preventing initial sync. Which of the following configuration steps must the Solutions Architect perform to successfully establish replication? (Select TWO.)
- Configure the on-premises firewall to permit outbound traffic on TCP port 1500 to the Staging VPC's replication subnet, and ensure the Staging VPC's replication security group allows inbound TCP port 1500 from the on-premises IP ranges.Answer
- Deploy Interface VPC endpoints for both AWS MGN and Amazon S3 in the Staging VPC, associate them with a Route 53 Private Hosted Zone that is shared with the on-premises DNS resolver, and configure the on-premises firewall to allow TCP port 443 outbound to these endpoints.Answer
- CDeploy a Gateway VPC endpoint for Amazon S3 in the Staging VPC, configure the Transit Gateway route tables to propagate routes from the gateway endpoint to the on-premises Direct Connect connection, and allow TCP port 80 outbound on the on-premises firewall.
- DCreate a Route 53 Private Hosted Zone for AWS MGN, and disable the 'enableDnsHostnames' and 'enableDnsSupport' options on the Staging VPC to force the VPC to delegate all DNS resolution to the on-premises DNS server.
- EDeploy a NAT Gateway in a public subnet of the Staging VPC to route replication traffic, and configure the on-premises firewall to allow outbound UDP traffic on port 1500 to the NAT Gateway's public IP address.