aws-sdk-ec2 1.559.0 → 1.560.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f0c3d63643f5ef6a5f784789590e96ebbfe2a9b246e2f7641d326baac82609a
4
- data.tar.gz: be4bac1c8e59a79d2ae44fcfcdc20892f51ee53d66af1855d295f76ecb3f959e
3
+ metadata.gz: 04eea5fdb24a7b4dcbedfd94ff97acf36ed3133cc99143f7bf13cc8998fb5b6c
4
+ data.tar.gz: e7067345718e9e097894955aae0a104682fd90ac7601ef5d4b412eb85d581003
5
5
  SHA512:
6
- metadata.gz: b2e3e0fcd8da1c459971836b9262a862ba4b8ae89fde601972e9b77c16bc2f9ca766b045e86ae7581c3821a51b568eeacd1429f69658ac7dab92e60b09a4b0fb
7
- data.tar.gz: 9742ea38814ba94006166808bc2806e8c11702ec3e05436421958b191a0d2a6f63430bd55dd36dfe55ba9af4a197c25eb3c09f37240dacb46c2d95daf7ee2b5f
6
+ metadata.gz: 984ae4e4d2e0d0a62a701ff601dfacdea447db86f2262ed9befd3e559c125523b7320576063d08bcfb1fea1df35aa092c530787d6911125f7c44859201fb9b11
7
+ data.tar.gz: d7e27864c8f3b195fdc4e22b227e3eebcd510d9c6d95c2537b496374e5709409a9f84a01056a46edb3541e3320d40d113f8020e768efd2bf0fdf458d62c3741a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.560.0 (2025-09-26)
5
+ ------------------
6
+
7
+ * Feature - This release includes documentation updates for Amazon EBS General Purpose SSD (gp3) volumes with larger size and higher IOPS and throughput.
8
+
4
9
  1.559.0 (2025-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.559.0
1
+ 1.560.0
@@ -16273,7 +16273,7 @@ module Aws::EC2
16273
16273
  #
16274
16274
  # The following are the supported values for each volume type:
16275
16275
  #
16276
- # * `gp3`: 3,000 - 16,000 IOPS
16276
+ # * `gp3`: 3,000 - 80,000 IOPS
16277
16277
  #
16278
16278
  # * `io1`: 100 - 64,000 IOPS
16279
16279
  #
@@ -16330,7 +16330,9 @@ module Aws::EC2
16330
16330
  #
16331
16331
  # The following are the supported volumes sizes for each volume type:
16332
16332
  #
16333
- # * `gp2` and `gp3`: 1 - 16,384 GiB
16333
+ # * `gp2`: 1 - 16,384 GiB
16334
+ #
16335
+ # * `gp3`: 1 - 65,536 GiB
16334
16336
  #
16335
16337
  # * `io1`: 4 - 16,384 GiB
16336
16338
  #
@@ -16385,12 +16387,12 @@ module Aws::EC2
16385
16387
  # [2]: https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html
16386
16388
  #
16387
16389
  # @option params [Integer] :throughput
16388
- # The throughput to provision for a volume, with a maximum of 1,000
16390
+ # The throughput to provision for a volume, with a maximum of 2,000
16389
16391
  # MiB/s.
16390
16392
  #
16391
16393
  # This parameter is valid only for `gp3` volumes.
16392
16394
  #
16393
- # Valid Range: Minimum value of 125. Maximum value of 1000.
16395
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
16394
16396
  #
16395
16397
  # @option params [String] :client_token
16396
16398
  # Unique, case-sensitive identifier that you provide to ensure the
@@ -57559,7 +57561,9 @@ module Aws::EC2
57559
57561
  #
57560
57562
  # The following are the supported volumes sizes for each volume type:
57561
57563
  #
57562
- # * `gp2` and `gp3`: 1 - 16,384 GiB
57564
+ # * `gp2`: 1 - 16,384 GiB
57565
+ #
57566
+ # * `gp3`: 1 - 65,536 GiB
57563
57567
  #
57564
57568
  # * `io1`: 4 - 16,384 GiB
57565
57569
  #
@@ -57587,7 +57591,7 @@ module Aws::EC2
57587
57591
  #
57588
57592
  # The following are the supported values for each volume type:
57589
57593
  #
57590
- # * `gp3`: 3,000 - 16,000 IOPS
57594
+ # * `gp3`: 3,000 - 80,000 IOPS
57591
57595
  #
57592
57596
  # * `io1`: 100 - 64,000 IOPS
57593
57597
  #
@@ -57607,12 +57611,12 @@ module Aws::EC2
57607
57611
  #
57608
57612
  # @option params [Integer] :throughput
57609
57613
  # The target throughput of the volume, in MiB/s. This parameter is valid
57610
- # only for `gp3` volumes. The maximum value is 1,000.
57614
+ # only for `gp3` volumes. The maximum value is 2,000.
57611
57615
  #
57612
57616
  # Default: The existing value is retained if the source and target
57613
57617
  # volume type is `gp3`. Otherwise, the default value is 125.
57614
57618
  #
57615
- # Valid Range: Minimum value of 125. Maximum value of 1000.
57619
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
57616
57620
  #
57617
57621
  # @option params [Boolean] :multi_attach_enabled
57618
57622
  # Specifies whether to enable Amazon EBS Multi-Attach. If you enable
@@ -67164,7 +67168,7 @@ module Aws::EC2
67164
67168
  tracer: tracer
67165
67169
  )
67166
67170
  context[:gem_name] = 'aws-sdk-ec2'
67167
- context[:gem_version] = '1.559.0'
67171
+ context[:gem_version] = '1.560.0'
67168
67172
  Seahorse::Client::Request.new(handlers, context)
67169
67173
  end
67170
67174
 
@@ -1514,7 +1514,7 @@ module Aws::EC2
1514
1514
  #
1515
1515
  # The following are the supported values for each volume type:
1516
1516
  #
1517
- # * `gp3`: 3,000 - 16,000 IOPS
1517
+ # * `gp3`: 3,000 - 80,000 IOPS
1518
1518
  #
1519
1519
  # * `io1`: 100 - 64,000 IOPS
1520
1520
  #
@@ -1568,7 +1568,9 @@ module Aws::EC2
1568
1568
  #
1569
1569
  # The following are the supported volumes sizes for each volume type:
1570
1570
  #
1571
- # * `gp2` and `gp3`: 1 - 16,384 GiB
1571
+ # * `gp2`: 1 - 16,384 GiB
1572
+ #
1573
+ # * `gp3`: 1 - 65,536 GiB
1572
1574
  #
1573
1575
  # * `io1`: 4 - 16,384 GiB
1574
1576
  #
@@ -1618,12 +1620,12 @@ module Aws::EC2
1618
1620
  # [1]: https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html
1619
1621
  # [2]: https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html
1620
1622
  # @option options [Integer] :throughput
1621
- # The throughput to provision for a volume, with a maximum of 1,000
1623
+ # The throughput to provision for a volume, with a maximum of 2,000
1622
1624
  # MiB/s.
1623
1625
  #
1624
1626
  # This parameter is valid only for `gp3` volumes.
1625
1627
  #
1626
- # Valid Range: Minimum value of 125. Maximum value of 1000.
1628
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
1627
1629
  # @option options [String] :client_token
1628
1630
  # Unique, case-sensitive identifier that you provide to ensure the
1629
1631
  # idempotency of the request. For more information, see [Ensure
@@ -14895,7 +14895,7 @@ module Aws::EC2
14895
14895
  #
14896
14896
  # The following are the supported values for each volume type:
14897
14897
  #
14898
- # * `gp3`: 3,000 - 16,000 IOPS
14898
+ # * `gp3`: 3,000 - 80,000 IOPS
14899
14899
  #
14900
14900
  # * `io1`: 100 - 64,000 IOPS
14901
14901
  #
@@ -14956,7 +14956,9 @@ module Aws::EC2
14956
14956
  #
14957
14957
  # The following are the supported volumes sizes for each volume type:
14958
14958
  #
14959
- # * `gp2` and `gp3`: 1 - 16,384 GiB
14959
+ # * `gp2`: 1 - 16,384 GiB
14960
+ #
14961
+ # * `gp3`: 1 - 65,536 GiB
14960
14962
  #
14961
14963
  # * `io1`: 4 - 16,384 GiB
14962
14964
  #
@@ -15017,12 +15019,12 @@ module Aws::EC2
15017
15019
  # @return [Boolean]
15018
15020
  #
15019
15021
  # @!attribute [rw] throughput
15020
- # The throughput to provision for a volume, with a maximum of 1,000
15022
+ # The throughput to provision for a volume, with a maximum of 2,000
15021
15023
  # MiB/s.
15022
15024
  #
15023
15025
  # This parameter is valid only for `gp3` volumes.
15024
15026
  #
15025
- # Valid Range: Minimum value of 125. Maximum value of 1000.
15027
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
15026
15028
  # @return [Integer]
15027
15029
  #
15028
15030
  # @!attribute [rw] client_token
@@ -35005,7 +35007,7 @@ module Aws::EC2
35005
35007
  #
35006
35008
  # The following are the supported values for each volume type:
35007
35009
  #
35008
- # * `gp3`: 3,000 - 16,000 IOPS
35010
+ # * `gp3`: 3,000 - 80,000 IOPS
35009
35011
  #
35010
35012
  # * `io1`: 100 - 64,000 IOPS
35011
35013
  #
@@ -35035,7 +35037,9 @@ module Aws::EC2
35035
35037
  #
35036
35038
  # The following are the supported sizes for each volume type:
35037
35039
  #
35038
- # * `gp2` and `gp3`: 1 - 16,384 GiB
35040
+ # * `gp2`: 1 - 16,384 GiB
35041
+ #
35042
+ # * `gp3`: 1 - 65,536 GiB
35039
35043
  #
35040
35044
  # * `io1`: 4 - 16,384 GiB
35041
35045
  #
@@ -35075,7 +35079,7 @@ module Aws::EC2
35075
35079
  #
35076
35080
  # This parameter is valid only for `gp3` volumes.
35077
35081
  #
35078
- # Valid Range: Minimum value of 125. Maximum value of 1000.
35082
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
35079
35083
  # @return [Integer]
35080
35084
  #
35081
35085
  # @!attribute [rw] outpost_arn
@@ -38570,7 +38574,7 @@ module Aws::EC2
38570
38574
  #
38571
38575
  # The following are the supported values for each volume type:
38572
38576
  #
38573
- # * `gp3`: 3,000 - 16,000 IOPS
38577
+ # * `gp3`: 3,000 - 80,000 IOPS
38574
38578
  #
38575
38579
  # * `io1`: 100 - 64,000 IOPS
38576
38580
  #
@@ -38593,7 +38597,7 @@ module Aws::EC2
38593
38597
  #
38594
38598
  # This parameter is valid only for `gp3` volumes.
38595
38599
  #
38596
- # Valid Range: Minimum value of 125. Maximum value of 1000.
38600
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
38597
38601
  # @return [Integer]
38598
38602
  #
38599
38603
  # @!attribute [rw] kms_key_id
@@ -38623,7 +38627,9 @@ module Aws::EC2
38623
38627
  #
38624
38628
  # The following are the supported sizes for each volume type:
38625
38629
  #
38626
- # * `gp2` and `gp3`: 1 - 16,384 GiB
38630
+ # * `gp2`: 1 - 16,384 GiB
38631
+ #
38632
+ # * `gp3`: 1 - 65,536 GiB
38627
38633
  #
38628
38634
  # * `io1`: 4 - 16,384 GiB
38629
38635
  #
@@ -51506,7 +51512,7 @@ module Aws::EC2
51506
51512
  #
51507
51513
  # The following are the supported values for each volume type:
51508
51514
  #
51509
- # * `gp3`: 3,000 - 16,000 IOPS
51515
+ # * `gp3`: 3,000 - 80,000 IOPS
51510
51516
  #
51511
51517
  # * `io1`: 100 - 64,000 IOPS
51512
51518
  #
@@ -51538,7 +51544,9 @@ module Aws::EC2
51538
51544
  # ID or a volume size. The following are the supported volumes sizes
51539
51545
  # for each volume type:
51540
51546
  #
51541
- # * `gp2` and `gp3`: 1 - 16,384 GiB
51547
+ # * `gp2`: 1 - 16,384 GiB
51548
+ #
51549
+ # * `gp3`: 1 - 65,536 GiB
51542
51550
  #
51543
51551
  # * `io1`: 4 - 16,384 GiB
51544
51552
  #
@@ -51560,9 +51568,9 @@ module Aws::EC2
51560
51568
  #
51561
51569
  # @!attribute [rw] throughput
51562
51570
  # The throughput to provision for a `gp3` volume, with a maximum of
51563
- # 1,000 MiB/s.
51571
+ # 2,000 MiB/s.
51564
51572
  #
51565
- # Valid Range: Minimum value of 125. Maximum value of 1000.
51573
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
51566
51574
  # @return [Integer]
51567
51575
  #
51568
51576
  # @!attribute [rw] volume_initialization_rate
@@ -51630,8 +51638,6 @@ module Aws::EC2
51630
51638
  # @!attribute [rw] count
51631
51639
  # The number of elastic inference accelerators to attach to the
51632
51640
  # instance.
51633
- #
51634
- # Default: 1
51635
51641
  # @return [Integer]
51636
51642
  #
51637
51643
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAccelerator AWS API Documentation
@@ -51657,8 +51663,6 @@ module Aws::EC2
51657
51663
  # @!attribute [rw] count
51658
51664
  # The number of elastic inference accelerators to attach to the
51659
51665
  # instance.
51660
- #
51661
- # Default: 1
51662
51666
  # @return [Integer]
51663
51667
  #
51664
51668
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAcceleratorResponse AWS API Documentation
@@ -51948,8 +51952,6 @@ module Aws::EC2
51948
51952
  # requests. The larger the number, the further instance metadata
51949
51953
  # requests can travel.
51950
51954
  #
51951
- # Default: 1
51952
- #
51953
51955
  # Possible values: Integers from 1 to 64
51954
51956
  # @return [Integer]
51955
51957
  #
@@ -58597,7 +58599,9 @@ module Aws::EC2
58597
58599
  #
58598
58600
  # The following are the supported volumes sizes for each volume type:
58599
58601
  #
58600
- # * `gp2` and `gp3`: 1 - 16,384 GiB
58602
+ # * `gp2`: 1 - 16,384 GiB
58603
+ #
58604
+ # * `gp3`: 1 - 65,536 GiB
58601
58605
  #
58602
58606
  # * `io1`: 4 - 16,384 GiB
58603
58607
  #
@@ -58627,7 +58631,7 @@ module Aws::EC2
58627
58631
  #
58628
58632
  # The following are the supported values for each volume type:
58629
58633
  #
58630
- # * `gp3`: 3,000 - 16,000 IOPS
58634
+ # * `gp3`: 3,000 - 80,000 IOPS
58631
58635
  #
58632
58636
  # * `io1`: 100 - 64,000 IOPS
58633
58637
  #
@@ -58648,12 +58652,12 @@ module Aws::EC2
58648
58652
  #
58649
58653
  # @!attribute [rw] throughput
58650
58654
  # The target throughput of the volume, in MiB/s. This parameter is
58651
- # valid only for `gp3` volumes. The maximum value is 1,000.
58655
+ # valid only for `gp3` volumes. The maximum value is 2,000.
58652
58656
  #
58653
58657
  # Default: The existing value is retained if the source and target
58654
58658
  # volume type is `gp3`. Otherwise, the default value is 125.
58655
58659
  #
58656
- # Valid Range: Minimum value of 125. Maximum value of 1000.
58660
+ # Valid Range: Minimum value of 125. Maximum value of 2,000.
58657
58661
  # @return [Integer]
58658
58662
  #
58659
58663
  # @!attribute [rw] multi_attach_enabled
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.559.0'
81
+ GEM_VERSION = '1.560.0'
82
82
 
83
83
  end
84
84
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.559.0
4
+ version: 1.560.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services