VPC network peering allows you to build SaaS (Software as a service) ecosystems in Google Cloud, which makes services available privately across different VPC networks within and across organizations. This allows workloads to communicate in private RFC 1918 space.

VPC network peering gives you several advantages over using external IP addresses or VPNs to connect networks, including:

  • Network Latency: Public IP networking results in higher latency than private networking.
  • Network Security: Service owners do not need to have their services exposed to the public internet and deal with its associated risks.
  • Network Cost: Google Cloud charges egress bandwidth pricing for networks using external IPs to communicate, even if the traffic is within the same zone. If, however, the networks are peered, they can use internal IPs to communicate and save on those egress costs. Regular network pricing still applies to all traffic.

In this lab, we learn how to perform the following tasks:

  • Explore connectivity between non-peered VPC networks
  • Configure VPC network peering
  • Verify private communication between peered VPC networks
  • Delete VPC network peering

#vpc-peering #google-cloud #vpc #google-cloud-platform #cloud

Google Cloud: Configuring VPC Network Peering
1.25 GEEK