VPC Peering & Endpoints
VPC Peering allows you to connect two VPCs using private IP addresses, enabling resources in different VPCs to communicate as if they were on the same network. VPC Endpoints provide private connectivity to AWS services without using an Internet Gateway.
VPC Peering
VPC Peering is a one-to-one relationship between two VPCs. To create a peering connection, you request a peering connection from one VPC to another, and the owner of the accepter VPC must accept it. Once accepted, both VPCs can route traffic to each other.
VPC Endpoints
VPC Endpoints allow you to privately connect your VPC to AWS services without using an Internet Gateway, NAT device, VPN connection, or AWS Direct Connect. Gateway Endpoints are free and support S3 and DynamoDB. Interface Endpoints use PrivateLink and support many other AWS services.
