Cross Region VPC Peering

yogesh beth
Petabytz
Published in
2 min readSep 14, 2019

Here’s how I set up peering between two of my VPCs. I’ll start with a VPC in US East (Oregon) and request peering with a VPC in US East (Ohio).

2) Create Public Subnet

3) Asssign public IP

4) Enable Auto assign IP

5) Create Internet Gateway

6) Attach to VPC

7) Subnet Association

8) Attach Subnet ID

9) Edit route table

10) Create VPC peering connection

11) Select another VPC ID

12) Accept VPC peering connection

13) Edit route table

14) check the connection both cross-region ec2 instances getting a reply

--

--