moto/tests/test_autoscaling
Berislav Kovacki 1b3157ced0 Handle change of ASG desired capacity on min and max size update
A change in UpdateAutoScalingGroup:
* if a value for MinSize is specified without specifying a value for
DesiredCapacity, and the new MinSize is larger than the current size of
the group, set the group's DesiredCapacity to the new MinSize value
* if a value for MaxSize is specified without specifying a value for
DesiredCapacity, and the new MaxSize is smaller than the current size of
the group, set the group's DesiredCapacity to the new MaxSize value
2019-07-16 09:12:03 +02:00
..
2019-05-25 11:18:16 +01:00
2017-05-10 21:58:42 -04:00
2014-08-28 10:57:43 -04:00
2019-05-25 11:18:16 +01:00