Skip to main content

Command Palette

Search for a command to run...

Create a VM with Attached Disk

Create a VM with an additional persistent disk for storage.

Published
1 min read
  1. Go to your google cloud console.

  2. Then, click on Compute Engine and click create instance.

  3. Name the instance and select region.

  4. Click on create.

  5. Click on the instance that you have created.

  6. Click on Edit

  7. Scroll down you will be able to see Additional Disks

  8. Here, click on ADD NEW DISK, name the disk, select disk source type as per requirement (here, I’m selecting Standard persistent disk)

  9. Here, we can also define the size, I’m creating disk size of 10 GB.

  10. Click on save.

  11. So, we have added persistent disk to our virtual machine successfully.

Great job adding extra storage to your VM! Next up, we’ll explore launching a VM from custom and predefined images, unlocking even more power and flexibility in GCP. Stay tuned for more hands-on insights!

GCP VM Series: From Zero to Compute

Part 2 of 14

Get ready for an exciting ride in Google Cloud! Our series takes you through every method of creating virtual machines in GCP, complete with engaging tutorials and practical labs. Elevate your cloud game and become a VM virtuoso!

Up next

Create a VM Using a Predefined Image

Launch a VM from a custom or predefined image.