VPC Peering

  Amazon Web Services (AWS), Overview

VPC Peering is simply a connection between two VPCs that enables you to route traffic between them using private IP addresses.  Instances in either VPC can communicate with each other as if they are within the same network.  You can create a VPC peering connection between your own VPCs, or with a VPC in another AWS account within a single region.

AWS uses the existing infrastructure of a VPC to create a VPC peering connection.  It is neither a gateway nor a VPN connection, and does not rely on a separate piece of physical hardware.  There is no single point of failure for communication for a bandwidth bottleneck.

Exam Tips

  • You cannot create a VPC Peering connection between VPCs that have matching or overlapping CIDR blocks.
  • You cannot create a VPC peering connection between VPCs in different regions.
  • VPC Peering does not support transitive peering relationships.

LEAVE A COMMENT