Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS HA Release does not support multiple ELB's #140

Open
piniv opened this issue Jan 11, 2017 · 1 comment
Open

AWS HA Release does not support multiple ELB's #140

piniv opened this issue Jan 11, 2017 · 1 comment

Comments

@piniv
Copy link

piniv commented Jan 11, 2017

[~]$ ./aws-ha-release.sh -a test-asg-2017-01-11
The list of Instances in Auto Scaling Group test-asg-2017-01-11 that will be terminated is below:

test-asg-2016-01-11 has a max-size of 9. In order to recycle instances max-size will be temporarily increased by 1 to max-size 10.
test-asg-2016-01-11 is currently at 9 desired-capacity. aws-ha-release.sh will increase desired-capacity by 1 to desired-capacity 10.
usage: aws [options] [ ...] [parameters]
To see help text, you can run:

aws help
aws help
aws help

Unknown options: test-asg-2

aws autoscaling describe-auto-scaling-groups --auto-scaling-group-name test-asg-2016-01-11 --region us-east-1 --output text | grep LOADBALANCERNAMES | sed "s/LOADBALANCERNAMES[[:space:]]//"

test-asg-1
test-asg-2

@ghost
Copy link

ghost commented Jun 11, 2017

Since this tool is now abandonware, I have (loosely based on this script) implemented this feature on a replacement script for aws-ha-release, called aws-autoscaling-rollout. Please feel free to try it and provide any feedback/bugs in Github. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant