VPC Peering or Virtual Private Cloud Peering in AWS is a connection between two/{or more} VPCs which allows the resources of one VPC to communicate with the resources of other VPC without using internet. It enables the traffic to be routed privately inside an AWS network. Which also means the instances in these VPCs does […]
I believe till now you have understanding of what VPC peering is and why we should do it. Now moving ahead we will go through VPC Peering Procedure. We need three steps to perform to create and implement VPC Peering First step is to create a VPC Peering connection Second step is to accept the […]