Skip to content

Instantly share code, notes, and snippets.

@nathenharvey
Created June 4, 2019 06:31
Show Gist options
  • Save nathenharvey/5777a5d11911f5d797e3c5345da9924e to your computer and use it in GitHub Desktop.
Save nathenharvey/5777a5d11911f5d797e3c5345da9924e to your computer and use it in GitHub Desktop.
#! /bin/bash
gcloud compute instance-groups managed create nginx-group \
--base-instance-name nginx \
--size 2 \
--template nginx-template \
--target-pool nginx-pool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment