DEV Community

Cover image for Learning AWS Day by Day — Day 20 — VPC Hands-on: Part 2 (VPC Peering)
Saloni Singh
Saloni Singh

Posted on

Learning AWS Day by Day — Day 20 — VPC Hands-on: Part 2 (VPC Peering)

Exploring AWS !!

Day 20:

VPC Hands-on: Part 2

Task:

  1. Create 2 VPCs in the North Virginia region named MYVPC1 and MYVPC2
  2. Create one VPC in Oregon region named VPCOregon1
  3. Create a peering connection between MYVPC1 and MYVPC2
  4. Create a peering connection between MYVPC2 and VPCOregon1

Steps to perform above task:

  1. Create MYVPC-1 in N.Virginia.

Image description

  1. VPC created.

Image description

  1. Created MYVPC-2 in same region

Image description

  1. Both VPCs are created

Image description

  1. Create another VPC in Oregon region

Image description

  1. Go to Peering Connection and click Create

Image description

  1. A peer request will be generated

Image description

  1. Click Accept from Actions.

Image description

  1. A VPC peering connection will be established

Image description

  1. Go to next Peering connection to be established, select the region as Oregon and paste the VPC ID.

Image description

  1. Peering Connection is requested between MYVPC-2 and Oregon VPC

Image description

  1. Click Accept Request

Image description

  1. Peering connection established between MYVPC-2 and Oregon VPC

Image description

Finally, our VPC Peering handson is completed.

Top comments (0)