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
..
2018-04-13 10:37:06 -04:00
2019-05-21 17:49:56 +01:00
2019-02-17 09:25:35 -06:00
2019-05-25 11:18:16 +01:00
2019-05-25 18:35:07 +01:00
2019-02-18 09:15:07 -06:00
2017-09-27 09:54:46 +01:00
2019-05-25 18:35:07 +01:00
2019-01-11 13:22:33 +01:00
2019-01-20 22:54:05 -08:00
2017-10-16 17:06:22 -07:00