AWS Elastic load balancer doesn't decrease instances from Alarm Trigger
- by jchysk
I have a load balancer that I created an auto-scaling-group and launch-config for.
I created the auto-scaling-group with a min-size of 1 and max size of 20.
I have a scaledown policy:
as-put-scaling-policy SBMScaleDownPolicy --auto-scaling-group SBMAutoScaleGroup --adjustment=-1 --type ChangeInCapacity --cooldown 300
Then I set up an alarm:
…