A retail company is migrating its legacy point-of-sale (POS) application consisting of 6 servers from an on-premises data center to AWS. The migration is being conducted using AWS Application Migration Service (MGN) over an AWS Direct Connect connection. The Direct Connect virtual interface is connected to an AWS Transit Gateway, which is attached to the Staging Area VPC. The company's security policy requires that all traffic to AWS remain entirely private, and no public IP addresses or internet pathways can be used. After installing the AWS Replication Agent on the on-premises servers, the Solutions Architect notes that the replication status on the AWS MGN console displays as 'Stalled' and data replication has not started. Which of the following configuration steps must the Solutions Architect take to successfully establish replication? (Select TWO.)
- Configure the security group assigned to the replication servers in the Staging Area VPC to allow inbound traffic on TCP port 1500 from the on-premises subnet range.Cevap
- Configure the on-premises firewall to permit outbound traffic on TCP port 1500 to the Staging Area VPC subnet range.Cevap
- CConfigure the on-premises firewall to allow outbound HTTPS (TCP port 443) directly to the replication servers in the Staging Area VPC, as data replication is natively transferred over secure WebSockets on port 443.
- DConfigure the Direct Connect gateway to route replication traffic directly to the target VPCs by bypassing the Transit Gateway, under the assumption that Direct Connect gateway natively supports transitive routing between spoke VPCs.
- EDeploy a single NAT Gateway in the Staging Area VPC to route all replication traffic securely and associate the Private Hosted Zone with only the shared services VPC.