A Google Virtual Private Cloud (VPC) network is an isolated environment that provides the underlying network components for your cloud resources. VPC network peering is the act of connecting two or more VPC networks to allow communication between resources within Google's secure, private network. This means any traffic between resources is not sent over the public Internet which can improve network security, and reduce network latency and costs.
In this lab, you will create a VPC network peering connection between two networks. You will learn which VPC network components are automatically shared between networks, and which components you must update after the connection is established. To validate the network peering connection, you will attempt to send simple requests between Compute Engine instances in separate VPC networks.
Upon completion of this intermediate-level lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
The following content can be used to fulfill the prerequisite:
May 23rd, 2025 - Updated lab environment and screenshots to reflect the latest console UI
May 9th, 2022 - Updated instructions