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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '058319e821f60041fdc545787b0385d697419cc40d1c961e869292c2968ed410'
|
4
|
+
data.tar.gz: 9ba11287c11ab75dc899a9d91cf7c794f56439d6adaac2d8befa84a143753460
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98bbf156cc2086492a0f00bd9a888adc312adf8c143cb9a6425b36cff8c0b32ed6b1a5ddfcb5ba13ce57d335f530d1e504ae74f6c2e29e683bbb346034a35dcd
|
7
|
+
data.tar.gz: c321d0481b873f24a784455a2a0693a7357f1591c1422eb8c3e02122d027b1f96bdbfc48afd44f2afd8eddb804922aba6d5e8a4c6bd7f6f2519a834fc83a0d86
|
@@ -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.
|
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
|
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
|
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,
|
2893
|
-
#
|
2894
|
-
#
|
2895
|
-
#
|
2896
|
-
#
|
2897
|
-
#
|
2898
|
-
#
|
2899
|
-
#
|
2900
|
-
#
|
2901
|
-
#
|
2902
|
-
# scaling activity completes successfully, and a
|
2903
|
-
#
|
2904
|
-
#
|
2905
|
-
#
|
2906
|
-
#
|
2907
|
-
#
|
2908
|
-
#
|
2909
|
-
#
|
2910
|
-
#
|
2911
|
-
#
|
2912
|
-
#
|
2913
|
-
#
|
2914
|
-
#
|
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,
|
3050
|
-
#
|
3049
|
+
# The amount of time, in seconds, to wait for a previous scale-out
|
3050
|
+
# activity to take effect.
|
3051
3051
|
#
|
3052
|
-
#
|
3053
|
-
#
|
3054
|
-
#
|
3055
|
-
#
|
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
|
3091
|
-
#
|
3092
|
-
#
|
3093
|
-
#
|
3094
|
-
#
|
3095
|
-
# triggers a scale-out
|
3096
|
-
# scale-in, Application Auto Scaling scales
|
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.
|
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-
|
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
|