Cross-Region VPC
Peering and TGW.
Overview
Cross-region VPC connectivity is what makes multi-region architectures possible. VPC peering covers the simple case (two VPCs need direct connectivity); Transit Gateway covers the scalable case (many VPCs in a hub-and-spoke topology). Both support cross-region; both encrypt by default; both bill the most expensive bandwidth class on the cloud.
- VPC peering for pairs. Direct one-to-one peering. Right for small topologies; complexity grows quadratically with mesh size.
- Transit Gateway for many. Hub-and-spoke. Scales without the n-squared peering explosion.
- Inter-region peering plus encryption. Both peering and TGW support cross-region; traffic encrypted by default over the AWS backbone.
- Bandwidth costs. Cross-region traffic is the most expensive bandwidth class. Architecture decisions live with this number.
The approach
Three habits keep cross-region VPC connectivity scalable: VPC peering for pair-wise needs, Transit Gateway for the many-VPC case, and monitoring the bandwidth bill before architecture decisions become structural cost.
- VPC peering for pairs. Two VPCs that need direct connectivity. The simple case stays simple.
- Transit Gateway for many. Multiple VPCs across multiple regions. Avoids the peering complexity explosion.
- Inter-region TGW peering. Connect TGWs across regions for global hub-and-spoke.
- Bandwidth monitoring plus documented topology. Cost surveillance catches expensive patterns; per-VPC the connectivity documented.
Why this compounds
Each correctly-architected cross-region connection supports DR and global product surfaces for years. The team’s multi-region networking fluency deepens; bandwidth costs stay predictable; new VPCs inherit the topology conventions.
- Resilience. Cross-region connectivity supports disaster recovery and active-active patterns.
- Global architecture. Workloads near users with shared services. User experience improves.
- Cost predictability. Monitored bandwidth surfaces expensive patterns before they become structural.
- Year-one investment, year-two habit. First cross-region connection is heavy lift. By the third, the topology pattern is settled.