Steps to deploy VPC on GCP

Step 1: Login to google cloud console and go to VPC networks. click on VPC networks page.

Step 2: Click on ‘create VPC network’ .

Step 3: We will get the following page, specify the following details.

  • VPC name: vpc
  • Description (optional): virtual private cloud.
  • Subnet create mode: custom(if you choose automatic, it will create subnet in all regions automatically)

Step 4: Create subnet

  • Subnet Name: subnet1
  • Region: us-west1.
  • IP address range: 10.0.0.0/16 (Specify the CIDR range as per requirement)
  • Private Google Access: Off (If you keep this option as ‘ON’ then it will allow this subnet to make API calls to GCP services privately)

  • Flow Logs: off
  • and click on done.

  • Firewall Rules: Allow Ingress ICMP, RDP and SSH protocols/ ports. ( You can define your own custom rules) .
  • Dynamic Routing Mode: Regional
  • and hit on create button.

Step 5: Verify VPC Network and Subnet, After the creation of VPC network, we will get following on VPC networks page, verify the VPC and subnet.

How To Delete & Create VPC Network In The GCP

Google Cloud Platform (GCP) provides a hearty systems administration foundation that permits clients to make and manage virtual organizations, known as virtual private clouds (VPCs). VPCs empower clients to safely interface with their cloud assets while keeping up with command-over network arrangements. Understanding VPC organization is fundamental for planning and conveying applications on GCP.

Similar Reads

Virtual Private Cloud (VPC)

VPCs are a crucial part of the distributed computing foundation, offering associations the adaptability, security, and versatility expected to convey and deal with their applications and administrations in the cloud. Significant cloud suppliers, for example, Amazon Web Administrations (AWS), Microsoft Sky Blue, and Google Cloud Stage (GCP), offer VPC administrations as a component of their contributions....

Creating a VPC network in GCP is a key stage in setting up your cloud framework

The following are more subtleties on each step referenced:...

How to Delete VPC on GCP

Step 1: When you select VPC and click “Delete,” the entire VPC as well as the respecitev subnets are deleted....

Steps to deploy VPC on GCP

Step 1: Login to google cloud console and go to VPC networks. click on VPC networks page....

Delete & Create VPC Network in the GCP – FAQ’s

What is the difference between a VPC and a subnet?...