An enterprise is migrating its core on-premises Enterprise Resource Planning (ERP) database and application servers to AWS using AWS Application Migration Service (MGN). The on-premises environment connects to a central Transit Gateway (TGW) in AWS via an AWS Direct Connect connection with a Transit Virtual Interface (VIF). The target AWS architecture consists of a shared services VPC where the MGN staging area is located, and multiple application target VPCs. The enterprise's security policy mandates that all control plane and replication data traffic must remain strictly private and route over the hybrid network connection without traversing the public internet. During the initial agent installation, the migration team observes that the replication status for the source servers remains stuck at 'Initiating connection' and data transfer has stalled. Which combination of actions should the Solutions Architect take to resolve the connectivity issue and satisfy the security requirements? (Select TWO.)
- Configure the on-premises firewall and the staging area security groups to allow inbound and outbound traffic over TCP port 1500 for data replication and TCP port 443 for control plane communication.Answer
- Provision interface VPC endpoints for the MGN service within the staging area VPC, create a Route 53 Inbound Resolver, and configure on-premises DNS conditional forwarders to route MGN endpoint queries to the resolver.Answer
- CConfigure the on-premises firewall to permit outbound traffic to the staging area VPC only over TCP ports 80 and 443, as the replication agent tunnels replication payloads using standard HTTPS.
- DEstablish a Direct Connect Gateway connection directly to a Virtual Private Gateway attached to each target application VPC, then configure transitive routing policies on the Direct Connect Gateway to pass replication traffic.
- ECreate MGN interface VPC endpoints in the staging area VPC, associate the default Route 53 Private Hosted Zone with the target application VPCs, and rely on the Transit Gateway to route DNS queries across VPCs without configuring on-premises DNS forwarding.