Peering Connections
- Design:
- Create one network with two subnets in oregon region
- cidr range: 192.168.0.0/16
- subnets: web-1, web-2
- Create one network with two subnets in mumbai region
- cidr range: 10.10.0.0/16
- subnets: app-1, app-2
- Now ec2 instance in web-1 wants to communicate with ec2 instance in app-1 using private ip
- Now navigate to vpc of Oregon and create a peering request to mumbai vpc
- Now lets navigate to mumbai region and accept the peering connection
- We were able to create peering connection b/w two aws networks.
- How to do this if one network is in AWS and other is on premise
- Next Steps:
- Understanding
- Customer Gateway
- Virtual Private Gateway
- Site-To-Site VPN Connections
- Endpoints
- Interface Endpoints
- Gateway Endpoints
- OSI Model
- Load balancing
- DNS (Route 53)
- Understanding