VPC


VPC (Virtual Private Cloud)

  • What it is: This is your networking foundation. It creates an isolated private network in the cloud where your servers and databases live. Unlike AWS (where VPCs are regional), a GCP VPC is global, meaning one network can span multiple regions (e.g., US and Asia) automatically.

  • Equivalents:

    • AWS: Amazon VPC

    • Azure: Azure Virtual Network (VNet)


Last updated