Working with GCP VPCs should be easy to adapt to if you have already gone through the previous chapters and are familiar with the GUI of web console:
- Click on the menu button in the top left corner of web console, navigate to the VPC network tab, and go to the VPC networks section:
![](https://static.packt-cdn.com/products/9781788834308/graphics/assets/0f195c37-6bfa-47d7-97f6-5cb1e38b8679.png)
- Click on Create VPC Network.
- Fill in the specification fields and choose automatic in the Subnets field. Make sure that the name of the VPC only contains lowercase letters and no space characters in it:
![](https://static.packt-cdn.com/products/9781788834308/graphics/assets/89d3fde0-39fd-4e67-b063-1a28f434715f.png)
- We can choose the firewall rules from a set of predefined ones, but we will create them later:
![](https://static.packt-cdn.com/products/9781788834308/graphics/assets/d1aa66ed-f7c3-4e2b-8217-458125a16e64.png)
- After choosing Regional or Global routing, click on Create. We will choose Regional:
![](https://static.packt-cdn.com/products/9781788834308/graphics/assets/0d61df97-7b2a-4a96-9726-290ed714c2c7.png)
- You can edit it later by switching to custom mode from auto mode.
- Finally, you delete a VPC network by either going to the VPC Networks page and clicking on DeleteVPC network after selecting...