Process of Creating a Virtual Machine in GCP
Created this blog for GDSC Cloud Domain - Task
The Process
Created a Google Cloud Account with a free Subscription.
Navigated to compute engine service.
Enabled compute engine API
Navigated to the VM Instance Section to create a Virtual Machine.
Click on Create Instance.
Enter the name of the Instance, region and availability zone in which the server is to be located.
Select your choice of machine configuration, in my case I have selected general purpose E2 Series machine with 1 Gb of RAM and a single core CPU.
The selected boot disk with a size of 10GB usable space with Debian Image.
-
In my case, I have rest every other to its default.
Click on Create instance. Wait for 2 minutes to complete.
Click on SSH to connect to the instance through a secure shell.
-
Authorize SSH- in the browser to connect to the VMs.
-
Click on upload file at the top right corner of the window.
-
Choose a file you want to upload
My Overall Experience
As a 4th year computer science engineering student with almost 6 months of hands-on experience in AWS Cloud services during my internship, the following task was easy. Looking forward to joining GDSC GITAM.