Hi ,
I saw one case, where one shared VPC is connected with two different vpcs (where actual appilcations were running lets say dev-vpc & prod-vpc) using cloud VPN & I just wondering why we have not use vpc peering from this shared vpc to these two dev-vpc & prod-vpc ?? what additional benefit I can get by using cloud VPN here ??
Solved! Go to Solution.
Hi @aloktripathi008 ,
Welcome to the Google Cloud Community!
It is advisable to use VPC peering for your use case if you want VPC if you want two projects' resources communicating with each other (dev-vpc & prod-vpc). However there are severable benefits of using Cloud VPN such as:
However, it is also critical to consider the trade-offs such as additional costs, configurations, management.
I hope you find this information insightful