Skip to content

Google Cloud Compute Engine Hyperdisks with Storage Pools

Step-01: Introduction

  • Understand Hyperdisk Storage pools
  • Review the options to create Storage pool
  • Important Note: We are not going to create storage pool, it is going to charge us heavily, so we will only explore the options to create it

Step-02: Create Storage Pool

  • Go to Compute Engine -> Storage -> Storage Pool
  • Name: storage-pool-1
  • Location:
  • Region: us-central1
  • Zone: us-central1-a
  • Pool type: Hyperdisk Balanced
  • Capacity Type: Advanced capacity
  • Storage pool capacity: 10GB
  • Provisioned IOPs: 10000
  • Provisioned Throughput: 1024
  • Click on SUBMIT
    # Create Compute Engine Storage Pool
    gcloud compute storage-pools create storage-pool-1 \
      --project=gcplearn9 \
      --provisioned-capacity=10240 \
      --storage-pool-type=hyperdisk-balanced \
      --zone=projects/gcplearn9/zones/us-central1-a \
      --provisioned-iops=10000 \
      --provisioned-throughput=1024
    

Additional Reference

  • https://cloud.google.com/compute/docs/disks/storage-pools
🎉 New Course
Ultimate DevOps Real-World Project Implementation on AWS
$15.99 $84.99 81% OFF
DEVOPS2026FEB
Enroll Now on Udemy
🎉 Offer