Skip to content

Instantly share code, notes, and snippets.

@eenchev
Created October 27, 2021 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eenchev/c863bf50cab361e7134d672550d87f11 to your computer and use it in GitHub Desktop.
Save eenchev/c863bf50cab361e7134d672550d87f11 to your computer and use it in GitHub Desktop.
Create VM:
gcloud compute instances create network-experiments-vm \
--machine-type=e2-small --subnet=default --zone=europe-west3-a --tags=playground-vm \
--image=ubuntu-minimal-2110-impish-v20211014 --image-project=ubuntu-os-cloud --boot-disk-size=100GB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment