In this video, I will demonstrate Amazon VPC Peering. We will create an hands-on example, by creating the following:
1. VPCs in 2 separate AWS regions
2. Each VPC with Public and Private Subnet
3. Create Route Tables and associate subnets
4. Launch EC2 instances in each of the subnets
5. Setup Security groups
6. SSH into Private instances via Public instances
7. Establish VPC peering
8. Modify Route tables to use peering connection
9. Demo that the instances in Private Subnets are able to ping each other on Private IP Addresses
00:00 Introduction
06:51 Github document sharing
7:30 Demo
42:09 Cleanup resources
The instructions and architecture diagrams can be accessed at github repository at https://github.com/mycloudtutorials/aws-demos/tree/master/aws-vpc-and-networking/05-vpc-peering
Detailed VPC demo with Public & Private Subnets, NAT Gateway, VPC Endpoints can be seen at: (will be useful in case you have not done VPC setup before)
https://youtu.be/4z_-VkRg_Bs
#aws #devops #networking