Hi
i have a project, where i would like to create 4 different vpc, and any of these vpc will be connected to an onprem site, can i crate 1 cloud vpn on every vpc?
Should it be possible to create more cloud vpn per vpc if. i need to connect to different sites?
Thanks
Hi,
There are default quotas for the total number of gateways and tunnels that can be created on a per-project basis, so be sure to check your current quota. For more information check here: https://cloud.google.com/network-connectivity/docs/vpn/quotas
You can always create multiple projects as well.
Hope that helps,
Alex
but if. I have 3 vpc, I can create 3 cloud vpn , one for each vpc, correct? the limiti is on my project 125.
That's correct, should be no problem. As others have pointed out, you might also want to explore alternative architectures. Google's VPC is global in nature for example, no need to deploy one to each region and we also have constructs like Shared VPC. Depending on what you're trying to achieve, there may be alternative architectures.
Shared VPC allows you to export subnets from a VPC network in a host project to other service projects in the same organization. Instances in the service projects can have network connections in the shared subnets of the host project. This page describes how to set up and use Shared VPC, including some necessary administrative preparation for your organization. Shared VPC supports exporting both IPv4-only (single-stack) and IPv4 and IPv6 (dual-stack) subnets