Create a Virtual Private Cloud Network
Create a Virtual Private Network (VPC) in GCP so that you can later create a virtual machine for cloud environment.
GCP documentation can be found at Virtual Private Cloud Documentation and Using VPC Networks .
- Login to the GCP console.
-
Click the navigation menu (
) located in the upper left-hand corner of the web page.
- Click .
- Click CREATE VPC NETWORK.
-
Enter the following to create a VPC:
-
Click Create.
Creating the VPC network may take some time. Do not proceed until the VPC is created.
- Select the VPC by clicking on its name.
- Click the Firewall tab.
- Click CREATE FIREWALL RULE.
-
Enter the following to create a firewall rule:
-
Click Create.
Warning: 0.0.0.0/0 enables all IPv4 addresses to access your instance. This is acceptable for a short time in a test environment, but it's unsafe for production environments. In production, authorize only a specific IP address or range of addresses to access your instance.