LAB getting started with VPC and Compute engine #GCPday8
Google Cloud Virtual Private Cloud (VPC) provides networking functionality to Compute Engine virtual machine (VM) instances, Kubernetes Engine containers, and App Engine flexible environment.
In other words, without a VPC network you cannot create VM instances, containers, or App Engine applications. Therefore, each Google Cloud project has a default network to get you started.
\>>>VPC network is similar to a physical network, except that it is virtualized within Google Cloud.
\>>>A VPC network is a global resource that consists of a list of regional virtual subnetworks (subnets) in data centers, all connected by a global wide area network (WAN).
\>>> VPC networks are logically isolated from each other in Google Cloud.
WHAT we will do?
In this lab, we will create an auto mode VPC network with firewall rules and two VM instances. Then, we will explore the connectivity for the VM instances.
also we will perform various task listed below:
Explore the default VPC network
Create an auto mode network with firewall rules
Create VM instances using Compute Engine
Explore the connectivity for VM instances
Set up For lab
we have seen how to do basic setups in the previous lab section let us move forward and see what setups we have to do for this session.
For each lab, you get a new Google Cloud project and set of resources for a fixed time at no cost. do the following basic step which we have also performed in first project.
Sign in to Qwiklabs using an incognito window.
When ready, click Start lab.
Note your lab credentials (Username and Password). You will use them to sign in to the Google Cloud Console.
Click Open Google Console.
Click Use another account and copy/paste credentials for this lab into the prompts.
If you use other credentials, you'll receive errors or incur charges.Accept the terms and skip the recovery resource page.
we will get three tasks to perform we will se it in next blog
Thank you!