A logistics company is migrating its real-time shipment-tracking application, running on 12 on-premises servers, to AWS using AWS Application Migration Service (MGN). The hybrid network architecture consists of an AWS Direct Connect connection terminated at an AWS Transit Gateway, which connects to a dedicated migration VPC. The company's security policy requires that all data replication traffic must remain private, traversing the Direct Connect connection without accessing the public internet. Additionally, after cutover, the target instances must automatically register with AWS Systems Manager (SSM) to perform post-launch configuration.
During the initial replication setup, the Solutions Architect notes that the MGN agent installation on the source servers succeeds, but the data replication status remains stalled.
Which two actions should the Solutions Architect take to resolve the replication failure and meet the post-launch management requirements? (Select TWO.)
- Configure the on-premises firewall and the Replication Server security group in the staging area to allow traffic on TCP port 1500 between the source servers and the replication servers.Answer
- Create VPC endpoints for AWS Systems Manager (SSM) in the target VPC, and configure the MGN post-launch template to install and verify the SSM Agent.Answer
- CConfigure the staging area security groups and on-premises firewall to allow TCP port 443 for data replication, as MGN encrypts and compresses block-level replication traffic over standard HTTPS.
- DAssociate the Route 53 Private Hosted Zone for Systems Manager endpoints with the staging area VPC and the Transit Gateway VPC, while omitting the association with the target VPC.
- EProvision a single NAT Gateway in a public subnet within the staging area VPC, and configure the staging area route tables to direct all outbound replication traffic to this NAT Gateway.