A company has deployed two web applications in two different Amazon Virtual Private Clouds (VPCs) within the same AWS Region. The company needs to enable private network traffic between these two VPCs. Which AWS feature provides a direct, peer-to-peer network connection between two VPCs?
- ASecurity Group
- VPC PeeringAnswer
- CNetwork Access Control List
- DAWS Transit Gateway
Answer
VPC Peering
VPC Peering is the correct answer because it allows the routing of traffic between two VPCs privately using private IP addresses. It functions as a direct connection without relying on gateways, VPNs, or physical hardware.
Step-by-Step Solution
Key Concept
VPC Peering provides a direct connection between two VPCs, allowing them to route traffic privately as if they were on the same network.