A global media company is migrating its legacy application workloads from a co-located data center to AWS using AWS Application Migration Service (MGN). The hybrid connectivity consists of a AWS Direct Connect connection terminated at an AWS Transit Gateway. The on-premises source servers reside in a restricted segment with no direct internet access. To facilitate migration, the Solutions Architect deploys Interface VPC Endpoints in the staging VPC for the MGN control plane and creates a Route 53 Private Hosted Zone (PHZ) for the service endpoints. During testing, the MGN agents fail to register from the on-premises servers, and the few servers that did register show a replication status of permanently stalled. Additionally, the staging VPC currently uses a single NAT Gateway in `us-east-1a` to handle egress traffic, violating high availability requirements. Which of the following actions should the Solutions Architect take to resolve the registration and replication stalls while establishing a highly available and resilient architecture? (Select TWO.)
- Deploy Route 53 Resolver Inbound Endpoints in the staging VPC, configure the on-premises DNS servers to forward queries for the MGN control plane endpoint to these inbound endpoint IP addresses, and allow inbound TCP port traffic to the Interface VPC Endpoints from the on-premises network.Answer
- Modify the staging VPC security groups and on-premises firewall rules to permit bidirectional traffic over TCP port for data replication, and provision a NAT Gateway in each Availability Zone of the staging VPC to ensure redundant egress paths for staging resources.Answer
- CAssociate the Route 53 Private Hosted Zone for the MGN endpoint directly with the on-premises network using AWS Resource Access Manager (RAM), and allow TCP port traffic on the Transit Gateway route tables.
- DConfigure an AWS Direct Connect Gateway to establish transitive VPC-to-VPC routing between the staging VPC and other target VPCs, bypassing the Transit Gateway to route MGN replication traffic.
- EConfigure the MGN replication template to route traffic over the public internet and open TCP port only, as the MGN replication agent encapsulates replication blocks inside HTTPS traffic to bypass the port requirement.
- FRetain the single NAT Gateway in `us-east-1a` to minimize costs, and configure cross-Availability Zone routing in the staging VPC route tables to allow resources in `us-east-1b` to failover to the NAT Gateway in `us-east-1a` during an outage.