Skip to content

Instantly share code, notes, and snippets.

@gegere
Created May 5, 2020 20:25
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 gegere/2d10dcf1b3694c0cbb427ced22e50a80 to your computer and use it in GitHub Desktop.
Save gegere/2d10dcf1b3694c0cbb427ced22e50a80 to your computer and use it in GitHub Desktop.
gcloud compute instances create www-hg3 \
--machine-type e2-small \
--tags ssh,http-server,https-server \
--image-family=ubuntu-minimal-1804-lts \
--image-project=ubuntu-os-cloud \
--service-account vm-instance-compute@webserv0.iam.gserviceaccount.com \
--zone $ALT_ZONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment