A company wants to establish a dedicated, low-latency, private connection between its on-premises data center and an AWS VPC. The company does not want to use the public internet. Which AWS service should be used to meet this requirement?
Trap 1: AWS Virtual Private Gateway
Incorrect. A virtual private gateway is an endpoint for VPN connections from on-premises, but those VPNs typically traverse the public internet.
Trap 2: AWS Transit Gateway
Incorrect. Transit Gateway is used to connect multiple VPCs and on-premises networks via VPN or Direct Connect, but it is not the direct private connection itself.
Trap 3: VPC Peering
Incorrect. VPC peering connects two VPCs, but does not connect on-premises data centers to AWS.
- A
AWS Direct Connect
Correct. AWS Direct Connect provides a dedicated private connection between on-premises and AWS, avoiding the public internet.
- B
AWS Virtual Private Gateway
Why wrong: Incorrect. A virtual private gateway is an endpoint for VPN connections from on-premises, but those VPNs typically traverse the public internet.
- C
AWS Transit Gateway
Why wrong: Incorrect. Transit Gateway is used to connect multiple VPCs and on-premises networks via VPN or Direct Connect, but it is not the direct private connection itself.
- D
VPC Peering
Why wrong: Incorrect. VPC peering connects two VPCs, but does not connect on-premises data centers to AWS.