AWS VPC Peering Project 📌 Overview This project demonstrates how to establish a VPC Peering conn...AWS VPC Peering Project 📌 Overview This project demonstrates how to establish a VPC Peering conn...
The network for creativity
Join 1.25M professional creatives like you
Connect with clients, get discovered, and run your business 100% commission-free
Creatives on Contra have earned over $150M and we are just getting started
AWS VPC Peering Project
📌 Overview
This project demonstrates how to establish a VPC Peering connection between two Virtual Private Clouds (VPCs) on AWS using the AWS Management Console. VPC peering allows resources in both VPCs to communicate with each other using private IP addresses, as if they were part of the same network.
🏗️ Architecture
VPC A: 10.0.0.0/16 (Region: ap-south-1)
VPC B: 192.168.0.0/16 (Region: ap-south-2)
Peering Type: Different-region VPC Peering
Connectivity: Private IP communication between instances in both VPCs
🛠️ Steps Followed
Created two separate VPCs with non-overlapping CIDR blocks
Launched an EC2 instance in each VPC
Initiated a VPC Peering Connection request from VPC A to VPC B
Accepted the peering connection request from VPC B
Updated route tables in both VPCs to route traffic through the peering connection
Updated security group inbound rules to allow traffic between the VPCs
Tested connectivity between instances (ping/SSH) to confirm the peering worked.
✅ Result
Instances in both VPCs were able to successfully communicate with each other using private IP addresses through the peering connection
Post image
Back to feed
The network for creativity
Join 1.25M professional creatives like you
Connect with clients, get discovered, and run your business 100% commission-free
Creatives on Contra have earned over $150M and we are just getting started