Configuring and managing firewall rules
In this section, we investigate how to configure and manage firewall rules in a VPC network. Firewall rules are an important element of the VPC network because they implement security in your infrastructure. Let's begin by taking the following steps:
- First, we create a new
mynetwork
VPC with the Automatic subnet mode, as shown in the following screenshot: - Then, we create a
privatenetwork
VPC with the Custom subnet mode, as shown in the following screenshot: - Since the subnet mode is Custom, we must create at least a custom subnet in the
privatenetwork
VPC, selecting the10.0.0.0/24
IP address range, as can be seen in the following screenshot:
By means of the cloud shell, we will create some GCE...