Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/Cloud/GCP Create CUD Reservations

September 13, 2020

GCP Create CUD Reservations

This will create a CUD (Committed Used Discounts) Reservation in GCP.

gcloud compute reservations create reservation-name-us-central1-a \
--machine-type=n1-standard-4 \
--vm-count=1 \
--zone=us-central1-a \
--require-specific-reservation

gcloud compute reservations create reservation-name-us-central1-a \ --machine-type=n1-standard-4 \ --vm-count=1 \ --zone=us-central1-a \ --require-specific-reservation

This creates a specific reservation instead of an open reservation.

Filed Under: Cloud Tagged With: create, cud, gcp, reservation

Have content delivered to your mail. Subscribe below.

About Me

I'm Ulysses, Cloud Engineer at Cardinal Health based in Columbus. This blog is about Linux and Cloud technology. When off the grid, I enjoy riding my electric skateboard. I've surfed, snowboarded and played the saxophone in the past. I hope you find this website helpful. It's powered by WordPress and hosted on AWS LightSail.

  • Cloud
  • Linux
  • Git

Copyright © 2012–2021