Connecting two AWS VPC Regions of the same CIDR range

amazon-vpcamazon-web-servicescidrvpn

Let say I have two VPC's (VPC-A with 10.50.0.0/16 and VPC-B with 10.50.0.0/16) in AWS with same conflicting/overlapping CIDR ranges in my AWS account. I already have the two VPC's fully functional with 100 plus instances running in either of the VPC's. I am now in great need for the two vpc's to communicate which has the same CIDR ranges. Is there a possible solution that can make the two VPC's communicate to each other. Can this be achieved by establishing a VPN tunnel (though I have same CIDR range). Any suggestions/solutions on this would be highly helpful. Thanks in advance.

Best Answer

There is no way to do this without introducing a very large amount of complexity, resource contention, and instability into the environment.

You'll just need to buckle down and renumber one of the VPCs.

Related Topic