Reputation: 52393
AWS inter-region / cross region VPC Peering
We have been using VPC peering for connecting two VPCs within a region. It works great and eliminates the need for a VPN. As we expand to other regions, we use VPNs to connect the VPCs across regions. VPN scaling and HA are two big issues and the connectivity is not robust. Is it possible to create VPC peering between two regions in AWS?
Upvotes: 2
Views: 1738
Reputation: 52393
AWS announced on Nov 29, 2017, that AWS started supporting inter-region VPC peering and on Feb 20, 2018 added 9 additional regions.
Amazon EC2 now allows peering relationships to be established between Virtual Private Clouds (VPCs) across different AWS regions. Inter-Region VPC Peering allows VPC resources like:
running in different AWS regions to communicate with each other using private IP addresses, without requiring gateways, VPN connections or separate network appliances. As of Feb 20, 2018, inter-region VPC peering is available in:
For more information: Announcing Support for Inter-Region VPC Peering
Horizontally scaled
Highly available
Encrypts inter-region traffic
No single point of failure or bandwidth bottleneck
Traffic always stays on the global AWS backbone and never traverses the public internet
Reduces threat vectors, such as common exploits and DDoS attacks
Upvotes: 7