Projects using AWS VPC in Surat
Projects using AWS VPC in Surat
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
Message
1
Roshni Havelikar
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
1
67
Explore projects