An enterprise is planning a high-performance hybrid network architecture to connect their on-premises data center with two AWS Regions: us-east-1 and us-west-2. The company has an existing on-premises network with a dedicated line. The new setup must support a continuous data replication stream of at least between the on-premises database and multiple Amazon VPCs in both regions, while minimizing latency and routing complexity. Which combination of AWS networking components should a solutions architect recommend to meet these requirements? (Select TWO.)
- Provision an AWS Direct Connect connection and configure a Direct Connect Gateway.Answer
- Create an AWS Transit Gateway in each region and associate them with the Direct Connect Gateway to connect the VPCs.Answer
- CEstablish a single AWS Site-to-Site VPN connection to route the replication traffic over the public internet.
- DImplement stateful Network Access Control Lists (NACLs) to dynamically route and balance traffic between the regions.
- EConfigure Amazon Route 53 latency-based routing policies to distribute the database replication traffic directly across the VPN connections.
Answer
Establish an AWS Direct Connect connection associated with a Direct Connect Gateway, and configure AWS Transit Gateway in each region to connect the VPCs to the Direct Connect Gateway.
The correct solution combines AWS Direct Connect, Direct Connect Gateway, and AWS Transit Gateway. AWS Direct Connect provides the necessary physical network bandwidth () to easily support the replication stream. The Direct Connect Gateway enables connectivity to multiple VPCs across different AWS Regions, while AWS Transit Gateway simplifies the architecture by serving as a centralized hub to consolidate VPC routing within each region.
Step-by-Step Solution
Key Concept
High-Performing and Scalable Hybrid Network Architectures using Direct Connect and Transit Gateway
Estimated Time:2m 0s