Skip to content

Instantly share code, notes, and snippets.

@flannon
Last active September 18, 2015 20:48
Show Gist options
  • Save flannon/04b9b43b8f22c86ce3c5 to your computer and use it in GitHub Desktop.
Save flannon/04b9b43b8f22c86ce3c5 to your computer and use it in GitHub Desktop.
Create Autoscaling groupwith the aws cli.
aws autoscaling create-auto-scaling-group --auto-scaling-group-name <name-asg> --launch-configuration-name uqbar-lc --max-size 1 --min-size 1 --availability-zones "us-east-1b" --vpc-zone-identifier <subnet-XXXXXXXX>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment