How to Create a Snapshot in Google cloud Platform.

Snapshots incrementally back up data from your persistent disks. After created a snapshot to capture the current state of the disk we can use it to restore that data to a new disk.We can create snapshots from disks even while they are attached to running virtual machine (VM) instances.   Login to Google cloud platform portal. Click …

How to Create Images in Google Cloud Platform

A custom image is a boot disk image that you own and control access to. Use custom images for the following tasks: Import a boot disk image to Compute Engine from your on-premises environment, or import virtual disks from VMs that are running on your local workstation or on another cloud platform.   Login to …

How to Create Disk on Google Cloud Platform

Persistent Disk is designed for high durability. It stores data redundantly to ensure data integrity. Persistent disks are durable network storage devices that your instances can access like physical disks in a desktop or a server. The data on each persistent disk is distributed across several physical disks.   Login to google cloud platform portal. Click on compute engine . Select Disk.     Provide …

How to Create Virtual Machine in Google Cloud

A Virtual Machine (VM) is a compute resource that uses software instead of a physical computer to run programs and deploy apps. It runs on an isolated partition of its host computer with its own resources of CPU power, memory, an operating system (e.g. Windows, Linux, macOS), and other resources.   Login to Google cloud …