Google Cloud
1. Creating a Free Account:
Visit [Link]
Click on Get started for free
Sign in with Gmail Id
Select Country as India-> Agree and Continue
Click on create new payment profile and fill the details
After Filling the above details, Click on Payment Method:
Click on pay by UPI or QR code and Click on start free
Scan the QR code thorough any of the GPay, PhonePay , Pay-TM etc
Account gets will be created and will be landing at Google Cloud Console
Click on Try it on console
Account created and ready to use the free account for 90 days and 25668 INR is
given for free by google to explore the resources.
Experiment-1:
Creating a Virtual Machine: Configure and deploy a virtual machine with
specific CPU and memory requirements in Google Cloud.
Click in search bar and type Compute Engine or select Compute Engine
Click on create Instance
Give the name for VM instance-> specified as vm1(can be any name typed in
lower case letters)
Select the region->US Central(low) is selected, any region can be selected and
any zone can be selected from that region. Depending on the cost and locality
selection can be made for deploying virtual machine.
Configure the virtual machine based on vCPUs and Memory needed-> E2 series
is selected currently which is low cost and used for day to day computing.
Any virtual machines configuration can be selected based on the requirement.
Click on machine Type-> Select the required machine type Shared-core e2-micro
is selected since it costs less.
Keep advanced configurations default.
Check the cost estimate on right side of the panel which will indicate the monthly
cost for running the Virtual Machine of defined configuration.
Click on create and wait for the vm to be created
Connecting to Virtual Machine:
Click on vm1(virtual machine created) as shown above
Click on SSH and select open in browser window
Click on Authorize
Virtual Machine named vm1 with linux operating system is available for access.
Task- Execute some basic linux commands.
Close the window and back to virtual machine instance.
click on more option specified with three dots click on delete(to delete the
instance).
Click on delete
Check in the notification for complete deletion.