A company wants to connect its on-premises corporate data center to an AWS VPC to support a database replication workload that requires a dedicated, private network bandwidth of 10 Gbps. The connection must completely bypass the public internet. Which TWO configurations should the solutions architect implement to meet these requirements?
- Establish a 10 Gbps AWS Direct Connect connection to the VPC.Answer
- Configure an AWS Direct Connect gateway to route traffic between the on-premises network and the VPC.Answer
- CSet up a single AWS Site-to-Site VPN connection to dynamically handle the 10 Gbps replication traffic.
- DDeploy Network ACLs on the subnets to statefully track and automatically permit the return replication traffic.
- EConfigure Route 53 latency-based routing to dynamically forward the replication traffic to the closest on-premises router.
Answer
Establish a 10 Gbps AWS Direct Connect connection to the VPC and configure an AWS Direct Connect gateway to route traffic between the on-premises network and the VPC.
To meet the 10 Gbps private bandwidth requirement while bypassing the public internet, AWS Direct Connect is the correct choice. Implementing a Direct Connect gateway allows routing of this connection to the target VPC.
Step-by-Step Solution
Key Concept
Bypassing the public internet with high-throughput hybrid connectivity using AWS Direct Connect and Direct Connect Gateway.