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
2018-10-17 13:44:00 +01:00
2019-07-16 09:12:03 +02:00
2019-05-21 17:49:56 +01:00
2019-02-17 09:25:35 -06:00
2019-05-25 18:35:07 +01:00
2018-05-29 22:19:25 -04:00
2018-10-09 10:28:15 -07:00
2019-05-20 23:58:10 +01:00
2019-03-11 13:25:36 -07:00
2019-07-10 21:40:49 -05:00
2019-07-11 08:29:07 -04:00
2018-11-08 13:57:44 -05:00
2019-07-15 00:01:37 +02:00
2019-06-17 13:41:35 -04:00
2019-05-02 19:00:28 +01:00
2019-05-25 11:18:16 +01:00
2019-05-25 18:35:07 +01:00
2019-05-25 11:19:26 +01:00
2019-02-18 09:15:07 -06:00
2018-03-21 22:13:09 -07:00
2019-06-11 14:32:50 -05:00
2019-07-07 21:46:26 +02:00
2019-05-25 18:30:23 +01:00
2017-11-24 17:22:53 +00:00
2019-07-01 22:27:33 -05:00
2019-05-21 17:46:22 +01:00
2019-05-25 10:14:23 +01:00
2018-03-21 09:05:57 -07:00
2019-05-25 10:20:19 +01:00
2019-02-16 20:53:27 -06:00
2017-09-27 09:54:46 +01:00
2019-05-25 18:35:07 +01:00
2019-07-13 08:19:23 +02:00
2019-05-25 11:18:16 +01:00
2019-05-25 11:10:34 +01:00
2019-05-25 18:35:07 +01:00
2019-07-07 23:11:53 -05:00
2019-07-15 20:47:29 +03:00
2019-03-28 10:09:03 -07:00
2019-05-28 16:32:43 +01:00
2019-01-11 13:22:33 +01:00
2019-02-21 22:08:46 +01:00
2019-01-20 22:54:05 -08:00
2018-12-28 21:27:45 -05:00
2019-07-08 16:32:25 +02:00
2018-01-20 19:44:22 -08:00
2017-10-16 17:06:22 -07:00