Configuring VPC networks
In this section, you will learn how to configure the main VPC resources in Google Cloud Platform (GCP), including VPC networks, subnets, and firewall rules. Then, you will go through the routing implementation with both static and dynamic approaches. Once you have covered this, you will learn how to configure VPC network peering to interconnect two VPC networks either inside a project or even across different projects. Additionally, you will implement Shared VPC to interconnect resources in different projects in the same organization using one common Shared VPC network. Finally, this section will show you how to implement Cloud NAT to let private GCE instances (instances without any public Internet Protocol (IP) address) have access to public services.
Configuring VPC resources in GCP
Before starting to configure your VPC, you should be aware of the default settings that have been provisioned by Google Cloud. Indeed, as described in the previous chapter...