easygcloud

Delete a VM from the wrong zone, update the default zone, and recreate it

command

gcloud compute instances delete web-server --zone=us-east1-b && gcloud config set compute/zone us-central1-a && gcloud compute instances create web-server

Test your recall — not just your reading.

Practice with interactive quiz →