A media streaming enterprise is migrating its legacy content transcoding and metadata processing cluster consisting of on-premises servers to AWS. The staging area VPC in AWS is connected to the on-premises environment using an AWS Direct Connect connection with a Transit Gateway. During the replication phase, the migration team observes that the AWS Application Migration Service (MGN) replication agent is installed on the on-premises servers, but the replication status remains stuck at 'Initiating' with a communication error. Additionally, in the target VPC, replica test instances launched in the private subnets are unable to download necessary packages from the internet during post-launch scripting, leading to failed test phases. Which two actions should the solutions architect take to resolve these issues and ensure a successful migration? (Select TWO.)
- Allow outbound traffic from the on-premises servers to the staging area subnets over TCP port , and configure the staging area security groups to allow inbound traffic on TCP port .Answer
- Deploy redundant NAT Gateways across multiple Availability Zones in the target VPC's public subnets, and configure the target private subnets' route tables to route outbound internet traffic () to the respective NAT Gateway in their zone.Answer
- CConfigure the staging area replication servers to initiate inbound connections to the on-premises servers over TCP port to pull the replicated data blocks.
- DDeploy a single NAT Gateway in one public subnet of the target VPC, and configure the route tables of all target private subnets across all Availability Zones to route outbound internet traffic () through this single NAT Gateway.
- EAssociate the Route Private Hosted Zone used for the update repository with the on-premises network interfaces directly to allow local resolution of target package repositories.
- FConfigure Transit Gateway routing to bypass the target VPC route tables and route replication traffic directly to the target VPC's private subnets using a Direct Connect gateway without a Transit Gateway attachment.