aws-sdk-autoscaling 1.104.0 → 1.105.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: e9abd7687e1d2e1f616f963022e6bfabc471cf4e0e101cc44f550eca0a461b5e
4
- data.tar.gz: 889a1d51952374052c58ec312660b4a7fac4e1349e77e96121e7d7b41c7f5a62
3
+ metadata.gz: '058cb42fe48d6015c91cea6225fdaf26743e716a018ccd69eae8734d29bed73f'
4
+ data.tar.gz: 3e6bcee35a79bb961a1a76b27247f27c88964fe13af38679c9ce6db283f5b71e
5
5
  SHA512:
6
- metadata.gz: 72f50812ede0c1728163ecadc7be2ff87bd1c8c77b21713dae99b6bd60e6518d680c01644abeb5f4abd4388a2f96b52ff8cb91e7ab248127f4e228128251bcd0
7
- data.tar.gz: d572f45d4ac7f1c29c888f2c1057b50ac663a958f2cfbb0c0a81b9c025a6528df1b5b1f7934970cbd2c6b3009d411cfa42f47ba5aa8848341689c64ea0a73e72
6
+ metadata.gz: '01419a836db0fc290f61d54258ba239a3cffd743e769ac71f88fae0c38a93af057b9244b7cb3cd76a8238996ef7f86806e1f484f431fe8421ea57bb2b08d1d9b'
7
+ data.tar.gz: 19e2a5792b538df88f15a9e157187613a8472f4badc7b7d426ec93225a331d199dda68fd95e8284061575b7a1c7b88a0d622812052b762f7c97dc158cd703f1d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2024-03-01)
5
+ ------------------
6
+
7
+ * Feature - With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.
8
+
4
9
  1.104.0 (2024-01-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.105.0
@@ -900,11 +900,9 @@ module Aws::AutoScaling
900
900
  # information about updating this limit, see [Quotas for Amazon EC2 Auto
901
901
  # Scaling][1] in the *Amazon EC2 Auto Scaling User Guide*.
902
902
  #
903
- # For introductory exercises for creating an Auto Scaling group, see
904
- # [Getting started with Amazon EC2 Auto Scaling][2] and [Tutorial: Set
905
- # up a scaled and load-balanced application][3] in the *Amazon EC2 Auto
906
- # Scaling User Guide*. For more information, see [Auto Scaling
907
- # groups][4] in the *Amazon EC2 Auto Scaling User Guide*.
903
+ # If you're new to Amazon EC2 Auto Scaling, see the introductory
904
+ # tutorials in [Get started with Amazon EC2 Auto Scaling][2] in the
905
+ # *Amazon EC2 Auto Scaling User Guide*.
908
906
  #
909
907
  # Every Auto Scaling group has three size properties (`DesiredCapacity`,
910
908
  # `MaxSize`, and `MinSize`). Usually, you set these sizes based on a
@@ -916,9 +914,7 @@ module Aws::AutoScaling
916
914
  #
917
915
  #
918
916
  # [1]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-quotas.html
919
- # [2]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/GettingStartedTutorial.html
920
- # [3]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-register-lbs-with-asg.html
921
- # [4]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroup.html
917
+ # [2]: https://docs.aws.amazon.com/autoscaling/ec2/userguide/get-started-with-ec2-auto-scaling.html
922
918
  #
923
919
  # @option params [required, String] :auto_scaling_group_name
924
920
  # The name of the Auto Scaling group. This name must be unique per
@@ -7169,7 +7165,7 @@ module Aws::AutoScaling
7169
7165
  params: params,
7170
7166
  config: config)
7171
7167
  context[:gem_name] = 'aws-sdk-autoscaling'
7172
- context[:gem_version] = '1.104.0'
7168
+ context[:gem_version] = '1.105.0'
7173
7169
  Seahorse::Client::Request.new(handlers, context)
7174
7170
  end
7175
7171
 
@@ -3634,19 +3634,20 @@ module Aws::AutoScaling
3634
3634
  # The parameter accepts an integer, which Amazon EC2 Auto Scaling
3635
3635
  # interprets as a percentage.
3636
3636
  #
3637
- # To turn off price protection, specify a high value, such as
3638
- # `999999`.
3639
- #
3640
3637
  # If you set `DesiredCapacityType` to `vcpu` or `memory-mib`, the
3641
3638
  # price protection threshold is based on the per-vCPU or per-memory
3642
3639
  # price instead of the per instance price.
3643
3640
  #
3644
3641
  # <note markdown="1"> Only one of `SpotMaxPricePercentageOverLowestPrice` or
3645
3642
  # `MaxSpotPriceAsPercentageOfOptimalOnDemandPrice` can be specified.
3643
+ # If you don't specify either, Amazon EC2 Auto Scaling will
3644
+ # automatically apply optimal price protection to consistently select
3645
+ # from a wide range of instance types. To indicate no price protection
3646
+ # threshold for Spot Instances, meaning you want to consider all
3647
+ # instance types that match your attributes, include one of these
3648
+ # parameters and specify a high value, such as `999999`.
3646
3649
  #
3647
3650
  # </note>
3648
- #
3649
- # Default: `100`
3650
3651
  # @return [Integer]
3651
3652
  #
3652
3653
  # @!attribute [rw] max_spot_price_as_percentage_of_optimal_on_demand_price
@@ -3665,18 +3666,18 @@ module Aws::AutoScaling
3665
3666
  # The parameter accepts an integer, which Amazon EC2 Auto Scaling
3666
3667
  # interprets as a percentage.
3667
3668
  #
3668
- # To indicate no price protection threshold, specify a high value,
3669
- # such as `999999`.
3670
- #
3671
3669
  # If you set `DesiredCapacityType` to `vcpu` or `memory-mib`, the
3672
3670
  # price protection threshold is based on the per-vCPU or per-memory
3673
3671
  # price instead of the per instance price.
3674
3672
  #
3675
3673
  # <note markdown="1"> Only one of `SpotMaxPricePercentageOverLowestPrice` or
3676
3674
  # `MaxSpotPriceAsPercentageOfOptimalOnDemandPrice` can be specified.
3677
- # If you don't specify either, then
3678
- # `SpotMaxPricePercentageOverLowestPrice` is used and the value for
3679
- # that parameter defaults to `100`.
3675
+ # If you don't specify either, Amazon EC2 Auto Scaling will
3676
+ # automatically apply optimal price protection to consistently select
3677
+ # from a wide range of instance types. To indicate no price protection
3678
+ # threshold for Spot Instances, meaning you want to consider all
3679
+ # instance types that match your attributes, include one of these
3680
+ # parameters and specify a high value, such as `999999`.
3680
3681
  #
3681
3682
  # </note>
3682
3683
  # @return [Integer]
@@ -63,6 +63,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
63
63
  # @!group service
64
64
  module Aws::AutoScaling
65
65
 
66
- GEM_VERSION = '1.104.0'
66
+ GEM_VERSION = '1.105.0'
67
67
 
68
68
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.104.0
4
+ version: 1.105.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: 2024-01-29 00:00:00.000000000 Z
11
+ date: 2024-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core