Last active
September 18, 2015 20:48
-
-
Save flannon/04b9b43b8f22c86ce3c5 to your computer and use it in GitHub Desktop.
Create Autoscaling groupwith the aws cli.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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