You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#32 re-attaches the old instance to the AutoScaling group, which means it must have a max >= min + 1.
I'm probably missing something but would it be easier to create the new instance by simply bumping the DesiredCapacity of the ASG rather than detaching an existing instance?
The text was updated successfully, but these errors were encountered:
I'm not sure about the reasoning behind the PR you link to, but we had to detach the oldest instance rather than increase the ASG size by one to ensure AZ balance. See #16
#32 re-attaches the old instance to the AutoScaling group, which means it must have a
max >= min + 1
.I'm probably missing something but would it be easier to create the new instance by simply bumping the
DesiredCapacity
of the ASG rather than detaching an existing instance?The text was updated successfully, but these errors were encountered: