Working with VPCs

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:

  1. 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:
  1. Click on Create VPC Network.

 

  1. 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:
  1. We can choose the firewall rules from a set of predefined ones, but we will create them later:
  1. After choosing Regional or Global routing, click on Create. We will choose Regional:
  1. You can edit it later by switching to custom mode from auto mode.

 

  1. Finally, you delete a VPC network by either going to the VPC Networks page and clicking on DeleteVPC network after selecting a network, or using the following command:
    gcloud compute networks delete [NETWORK_NAME]
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset