Google Cloud Platform Training under the Mentorship of The World Record Holder Mr. Vimal Daga #worldrecordholder #righteducation #rightmentor- By Ritvik Ranjan
#Day 1 GCP workshop
Summary :-
1. Cloud computing is the on-demand availability of computer system resources, especially data storage (cloud storage) and computing power, without direct active management by the user. The term is generally used to describe data centers available to many users over the Internet. Cloud computing uses remote resources, saving organizations the cost of servers and other equipment.
2. Google Cloud projects are the basis for creating, enabling, and using all Google Cloud services including managing APIs, enabling billing, adding and removing collaborators, and managing permissions for Google Cloud resources. We can create projects from web also(on GCP dashboard there is option to create project) and from cloud cli using this command we can create gcloud projects create PROJECT_ID Where PROJECT_ID is the ID for the project you want to create .
3. Cloud Shell comes with Cloud SDK pre-installed. This means you can run gcloud commands without additional setup.
Basics of cloud
Types of cloud Resources
Creating an account in GCP
Google data center
Launching OS
Finding active data centers
VPC Creating firewall rules
#$Day -2 GCP workshop
-> Learned how to Launch OS in various Data Centers situated at various locations and learned how to connect different OS with each other. '
-> Virtual Private Cloud(VPC) makes LAN available for user so that they can isolate.
->In VPC, we can create labs having either public access or private access, these labs are called Subnets.
->Learned about the most important and interesting concept of VPC Peering.
->VPC peering is the concept of having connection between devices(Subnets) of one region VPC to the devices of other region VPC for sharing of Data.
->Business level security is maintained by using the VPC peering because using vpc peering, communication to other Subnet is done via the network of Google itself which is more reliable than public internet.
Comments
Post a Comment