aws-sdk-applicationautoscaling 1.38.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d3b0fc549346b5d0906c66b227974abf61737a5dc89ad16940a4b57fe1fca60
4
- data.tar.gz: 6457a37cfa01be29f2fb60de785a80ef3aed5a8a6c742fe7a4d1acbac59db77b
3
+ metadata.gz: '058319e821f60041fdc545787b0385d697419cc40d1c961e869292c2968ed410'
4
+ data.tar.gz: 9ba11287c11ab75dc899a9d91cf7c794f56439d6adaac2d8befa84a143753460
5
5
  SHA512:
6
- metadata.gz: 446481dd239796407c55566870249d1669372af5441389c41e565ac7f990a1669dd079d54ae613baefe494eb2823127edaf948d889d73b2e313b79d6d40bb4e7
7
- data.tar.gz: 5fe8913e8f859fb7e721207024cc502e81a5eeb9a6840aeb18497458b669b428b4c827c436362b734aa9fc435d6ebe0d457f59148f0a9fa1f3fcf4d697a80452
6
+ metadata.gz: 98bbf156cc2086492a0f00bd9a888adc312adf8c143cb9a6425b36cff8c0b32ed6b1a5ddfcb5ba13ce57d335f530d1e504ae74f6c2e29e683bbb346034a35dcd
7
+ data.tar.gz: c321d0481b873f24a784455a2a0693a7357f1591c1422eb8c3e02122d027b1f96bdbfc48afd44f2afd8eddb804922aba6d5e8a4c6bd7f6f2519a834fc83a0d86
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
45
45
  # @service
46
46
  module Aws::ApplicationAutoScaling
47
47
 
48
- GEM_VERSION = '1.38.0'
48
+ GEM_VERSION = '1.39.0'
49
49
 
50
50
  end
@@ -1663,6 +1663,14 @@ module Aws::ApplicationAutoScaling
1663
1663
  # the policy with the highest calculated capacity (200% of 10 = 20) and
1664
1664
  # scales out to 30.
1665
1665
  #
1666
+ # We recommend caution, however, when using target tracking scaling
1667
+ # policies with step scaling policies because conflicts between these
1668
+ # policies can cause undesirable behavior. For example, if the step
1669
+ # scaling policy initiates a scale-in activity before the target
1670
+ # tracking policy is ready to scale in, the scale-in activity will not
1671
+ # be blocked. After the scale-in activity completes, the target tracking
1672
+ # policy could instruct the scalable target to scale out again.
1673
+ #
1666
1674
  # For more information, see [Target Tracking Scaling Policies][1] and
1667
1675
  # [Step Scaling Policies][2] in the *Application Auto Scaling User
1668
1676
  # Guide*.
@@ -1803,7 +1811,7 @@ module Aws::ApplicationAutoScaling
1803
1811
  # `TargetTrackingScaling`—Not supported for Amazon EMR
1804
1812
  #
1805
1813
  # `StepScaling`—Not supported for DynamoDB, Amazon Comprehend, Lambda,
1806
- # or Amazon Keyspaces for Apache Cassandra.
1814
+ # or Amazon Keyspaces (for Apache Cassandra).
1807
1815
  #
1808
1816
  # For more information, see [Target Tracking Scaling Policies][1] and
1809
1817
  # [Step Scaling Policies][2] in the *Application Auto Scaling User
@@ -2398,7 +2406,7 @@ module Aws::ApplicationAutoScaling
2398
2406
  params: params,
2399
2407
  config: config)
2400
2408
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
2401
- context[:gem_version] = '1.38.0'
2409
+ context[:gem_version] = '1.39.0'
2402
2410
  Seahorse::Client::Request.new(handlers, context)
2403
2411
  end
2404
2412
 
@@ -1582,7 +1582,7 @@ module Aws::ApplicationAutoScaling
1582
1582
  # `TargetTrackingScaling`—Not supported for Amazon EMR
1583
1583
  #
1584
1584
  # `StepScaling`—Not supported for DynamoDB, Amazon Comprehend, Lambda,
1585
- # or Amazon Keyspaces for Apache Cassandra.
1585
+ # or Amazon Keyspaces (for Apache Cassandra).
1586
1586
  #
1587
1587
  # For more information, see [Target Tracking Scaling Policies][1] and
1588
1588
  # [Step Scaling Policies][2] in the *Application Auto Scaling User
@@ -2175,11 +2175,11 @@ module Aws::ApplicationAutoScaling
2175
2175
  # @return [String]
2176
2176
  #
2177
2177
  # @!attribute [rw] min_capacity
2178
- # The minimum value to scale to in response to a scale-in event.
2178
+ # The minimum value to scale to in response to a scale-in activity.
2179
2179
  # @return [Integer]
2180
2180
  #
2181
2181
  # @!attribute [rw] max_capacity
2182
- # The maximum value to scale to in response to a scale-out event.
2182
+ # The maximum value to scale to in response to a scale-out activity.
2183
2183
  # @return [Integer]
2184
2184
  #
2185
2185
  # @!attribute [rw] role_arn
@@ -2889,29 +2889,29 @@ module Aws::ApplicationAutoScaling
2889
2889
  # @return [Integer]
2890
2890
  #
2891
2891
  # @!attribute [rw] cooldown
2892
- # The amount of time, in seconds, after a scaling activity completes
2893
- # where previous trigger-related scaling activities can influence
2894
- # future scaling events.
2895
- #
2896
- # For scale-out policies, while the cooldown period is in effect, the
2897
- # capacity that has been added by the previous scale-out action that
2898
- # initiated the cooldown is calculated as part of the desired capacity
2899
- # for the next scale out. The intention is to continuously (but not
2900
- # excessively) scale out. For example, an alarm triggers a step
2901
- # scaling policy to scale out an Amazon ECS service by 2 tasks, the
2902
- # scaling activity completes successfully, and a cooldown period of 5
2903
- # minutes starts. During the cooldown period, if the alarm triggers
2904
- # the same policy again but at a more aggressive step adjustment to
2905
- # scale out the service by 3 tasks, the 2 tasks that were added in the
2906
- # previous scale-out action are considered part of that capacity and
2907
- # only 1 additional task is added to the desired count.
2908
- #
2909
- # For scale-in policies, the cooldown period is used to block
2910
- # subsequent scale-in requests until it has expired. The intention is
2911
- # to scale in conservatively to protect your application's
2912
- # availability. However, if another alarm triggers a scale-out policy
2913
- # during the cooldown period after a scale-in, Application Auto
2914
- # Scaling scales out your scalable target immediately.
2892
+ # The amount of time, in seconds, to wait for a previous scaling
2893
+ # activity to take effect.
2894
+ #
2895
+ # With scale-out policies, the intention is to continuously (but not
2896
+ # excessively) scale out. After Application Auto Scaling successfully
2897
+ # scales out using a step scaling policy, it starts to calculate the
2898
+ # cooldown time. While the cooldown period is in effect, capacity
2899
+ # added by the initiating scale-out activity is calculated as part of
2900
+ # the desired capacity for the next scale-out activity. For example,
2901
+ # when an alarm triggers a step scaling policy to increase the
2902
+ # capacity by 2, the scaling activity completes successfully, and a
2903
+ # cooldown period starts. If the alarm triggers again during the
2904
+ # cooldown period but at a more aggressive step adjustment of 3, the
2905
+ # previous increase of 2 is considered part of the current capacity.
2906
+ # Therefore, only 1 is added to the capacity.
2907
+ #
2908
+ # With scale-in policies, the intention is to scale in conservatively
2909
+ # to protect your application’s availability, so scale-in activities
2910
+ # are blocked until the cooldown period has expired. However, if
2911
+ # another alarm triggers a scale-out activity during the cooldown
2912
+ # period after a scale-in activity, Application Auto Scaling scales
2913
+ # out the target immediately. In this case, the cooldown period for
2914
+ # the scale-in activity stops and doesn't complete.
2915
2915
  #
2916
2916
  # Application Auto Scaling provides a default value of 300 for the
2917
2917
  # following scalable targets:
@@ -3046,14 +3046,16 @@ module Aws::ApplicationAutoScaling
3046
3046
  # @return [Types::CustomizedMetricSpecification]
3047
3047
  #
3048
3048
  # @!attribute [rw] scale_out_cooldown
3049
- # The amount of time, in seconds, after a scale-out activity completes
3050
- # before another scale-out activity can start.
3049
+ # The amount of time, in seconds, to wait for a previous scale-out
3050
+ # activity to take effect.
3051
3051
  #
3052
- # While the cooldown period is in effect, the capacity that has been
3053
- # added by the previous scale-out action that initiated the cooldown
3054
- # is calculated as part of the desired capacity for the next scale
3055
- # out. The intention is to continuously (but not excessively) scale
3056
- # out.
3052
+ # With the *scale-out cooldown period*, the intention is to
3053
+ # continuously (but not excessively) scale out. After Application Auto
3054
+ # Scaling successfully scales out using a target tracking scaling
3055
+ # policy, it starts to calculate the cooldown time. While the
3056
+ # scale-out cooldown period is in effect, the capacity added by the
3057
+ # initiating scale-out activity is calculated as part of the desired
3058
+ # capacity for the next scale-out activity.
3057
3059
  #
3058
3060
  # Application Auto Scaling provides a default value of 300 for the
3059
3061
  # following scalable targets:
@@ -3087,14 +3089,15 @@ module Aws::ApplicationAutoScaling
3087
3089
  #
3088
3090
  # @!attribute [rw] scale_in_cooldown
3089
3091
  # The amount of time, in seconds, after a scale-in activity completes
3090
- # before another scale in activity can start.
3091
- #
3092
- # The cooldown period is used to block subsequent scale-in requests
3093
- # until it has expired. The intention is to scale in conservatively to
3094
- # protect your application's availability. However, if another alarm
3095
- # triggers a scale-out policy during the cooldown period after a
3096
- # scale-in, Application Auto Scaling scales out your scalable target
3097
- # immediately.
3092
+ # before another scale-in activity can start.
3093
+ #
3094
+ # With the *scale-in cooldown period*, the intention is to scale in
3095
+ # conservatively to protect your application’s availability, so
3096
+ # scale-in activities are blocked until the cooldown period has
3097
+ # expired. However, if another alarm triggers a scale-out activity
3098
+ # during the scale-in cooldown period, Application Auto Scaling scales
3099
+ # out the target immediately. In this case, the scale-in cooldown
3100
+ # period stops and doesn't complete.
3098
3101
  #
3099
3102
  # Application Auto Scaling provides a default value of 300 for the
3100
3103
  # following scalable targets:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core