Enabling private access between networks within cloud
- To enable private access between networks
- ip’s should not collide
- Cloud networks support peering connection which uses their internal backbone network
AWS
- Lets create a vpc in region-A with vpc 192.168.0.0/16
- create one public subnet (for use to login and check)
- create an ec2 instance
- ensure security group opens icmp
- Lets create a vpc in region-B with vpc 10.10.0.0/16
- create an ec2 instance
- ensure security group opens icmp
- Configure peering connection and modify route tables
- ping from vpc in region A to vpc in region B
Azure
- Watch classroom recording.
