aws-sdk-ec2 1.433.0 → 1.434.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: 27408b21426161ad4b7349cec79abf07eb25871e6b5e2d65de852aae262c97b8
4
- data.tar.gz: 9aa56aa988058be640cadbc4dda2b60c9b59c4438d07a56ebfd677dd9002ebac
3
+ metadata.gz: 46192bc7624b39568e1e3de8fc71a7d4321153d6bf9c6ccf1cae5c01640276b2
4
+ data.tar.gz: 65ef071dab5fa1d41648a974b0e81fb390345c5c2c381c53c7f94aea26985ced
5
5
  SHA512:
6
- metadata.gz: eb065d21c221c402cd67e0f88bffae07da33f3ce31cfbcce733578ad5d017ca238478c90f72143b4e9865d9a08b69304dabc78bc44b16f19911e486c609d074f
7
- data.tar.gz: 141943e6b8eca92b55ce8a15d35acdfe3025fb11a4a83f6ca6a8c59ef4a4d8ec2ff24a3a9989f73f65c8af937d238df881b0c9867c6bcd2900b62773e21ff18f
6
+ metadata.gz: 4d5f12d7243f39947467a452ce9ab180b546f162a6f03a4e5e5c04d1aa84b3e65817cabe019043fea7b605612f1799fc9c900d298d50b978685e4dcc3f11a80e
7
+ data.tar.gz: 6133f74bb0b3aa715bd680992635e238512829c1c16aa295a04cc009eb4a4bfffd549db463cd93a8f484bae7176fa2f7d79d4760dd95ffece20d9191da354752
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.434.0 (2024-01-22)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon EC2.
8
+
4
9
  1.433.0 (2024-01-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.433.0
1
+ 1.434.0
@@ -19791,11 +19791,11 @@ module Aws::EC2
19791
19791
  # * `opt-in-status` - The opt-in status (`opted-in` \| `not-opted-in` \|
19792
19792
  # `opt-in-not-required`).
19793
19793
  #
19794
- # * `parent-zoneID` - The ID of the zone that handles some of the Local
19794
+ # * `parent-zone-id` - The ID of the zone that handles some of the Local
19795
19795
  # Zone and Wavelength Zone control plane operations, such as API
19796
19796
  # calls.
19797
19797
  #
19798
- # * `parent-zoneName` - The ID of the zone that handles some of the
19798
+ # * `parent-zone-name` - The ID of the zone that handles some of the
19799
19799
  # Local Zone and Wavelength Zone control plane operations, such as API
19800
19800
  # calls.
19801
19801
  #
@@ -21568,6 +21568,12 @@ module Aws::EC2
21568
21568
  req.send_request(options)
21569
21569
  end
21570
21570
 
21571
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
21572
+ # workloads that require graphics acceleration, we recommend that you
21573
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
21574
+ #
21575
+ # </note>
21576
+ #
21571
21577
  # Describes the Elastic Graphics accelerator associated with your
21572
21578
  # instances. For more information about Elastic Graphics, see [Amazon
21573
21579
  # Elastic Graphics][1].
@@ -30962,6 +30968,9 @@ module Aws::EC2
30962
30968
  # @option params [Array<Types::Filter>] :filters
30963
30969
  # The filters.
30964
30970
  #
30971
+ # * `association.gateway-id` - The ID of the gateway involved in the
30972
+ # association.
30973
+ #
30965
30974
  # * `association.route-table-association-id` - The ID of an association
30966
30975
  # ID for the route table.
30967
30976
  #
@@ -39406,12 +39415,16 @@ module Aws::EC2
39406
39415
  # Enables Infrastructure Performance subscriptions.
39407
39416
  #
39408
39417
  # @option params [String] :source
39409
- # The source Region or Availability Zone that the metric subscription is
39410
- # enabled for. For example, `us-east-1`.
39418
+ # The source Region (like `us-east-1`) or Availability Zone ID (like
39419
+ # `use1-az1`) that the metric subscription is enabled for. If you use
39420
+ # Availability Zone IDs, the Source and Destination Availability Zones
39421
+ # must be in the same Region.
39411
39422
  #
39412
39423
  # @option params [String] :destination
39413
- # The target Region or Availability Zone that the metric subscription is
39414
- # enabled for. For example, `eu-west-1`.
39424
+ # The target Region (like `us-east-2`) or Availability Zone ID (like
39425
+ # `use2-az2`) that the metric subscription is enabled for. If you use
39426
+ # Availability Zone IDs, the Source and Destination Availability Zones
39427
+ # must be in the same Region.
39415
39428
  #
39416
39429
  # @option params [String] :metric
39417
39430
  # The metric used for the enabled subscription.
@@ -42082,9 +42095,9 @@ module Aws::EC2
42082
42095
  # information. Depending on your instance configuration, you may need to
42083
42096
  # allow the following actions in your IAM policy:
42084
42097
  # `DescribeSpotInstanceRequests`,
42085
- # `DescribeInstanceCreditSpecifications`, `DescribeVolumes`,
42086
- # `DescribeInstanceAttribute`, and `DescribeElasticGpus`. Or, you can
42087
- # allow `describe*` depending on your instance requirements.
42098
+ # `DescribeInstanceCreditSpecifications`, `DescribeVolumes`, and
42099
+ # `DescribeInstanceAttribute`. Or, you can allow `describe*` depending
42100
+ # on your instance requirements.
42088
42101
  #
42089
42102
  # @option params [Boolean] :dry_run
42090
42103
  # Checks whether you have the required permissions for the action,
@@ -48651,6 +48664,15 @@ module Aws::EC2
48651
48664
  # instances created in the specified subnet should be assigned a public
48652
48665
  # IPv4 address.
48653
48666
  #
48667
+ # Starting on February 1, 2024, Amazon Web Services will charge for all
48668
+ # public IPv4 addresses, including public IPv4 addresses associated with
48669
+ # running instances and Elastic IP addresses. For more information, see
48670
+ # the *Public IPv4 Address* tab on the [Amazon VPC pricing page][1].
48671
+ #
48672
+ #
48673
+ #
48674
+ # [1]: http://aws.amazon.com/vpc/pricing/
48675
+ #
48654
48676
  # @option params [required, String] :subnet_id
48655
48677
  # The ID of the subnet.
48656
48678
  #
@@ -55646,14 +55668,13 @@ module Aws::EC2
55646
55668
  # the same request.
55647
55669
  #
55648
55670
  # @option params [Array<Types::ElasticGpuSpecification>] :elastic_gpu_specification
55649
- # An elastic GPU to associate with the instance. An Elastic GPU is a GPU
55650
- # resource that you can attach to your Windows instance to accelerate
55651
- # the graphics performance of your applications. For more information,
55652
- # see [Amazon EC2 Elastic GPUs][1] in the *Amazon EC2 User Guide*.
55653
- #
55671
+ # Deprecated.
55654
55672
  #
55673
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
55674
+ # workloads that require graphics acceleration, we recommend that you
55675
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
55655
55676
  #
55656
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html
55677
+ # </note>
55657
55678
  #
55658
55679
  # @option params [Array<Types::ElasticInferenceAccelerator>] :elastic_inference_accelerators
55659
55680
  # An elastic inference accelerator to associate with the instance.
@@ -55685,8 +55706,6 @@ module Aws::EC2
55685
55706
  #
55686
55707
  # * Volumes
55687
55708
  #
55688
- # * Elastic graphics
55689
- #
55690
55709
  # * Spot Instance requests
55691
55710
  #
55692
55711
  # * Network interfaces
@@ -56709,7 +56728,7 @@ module Aws::EC2
56709
56728
  # as its root device returns an error.
56710
56729
  #
56711
56730
  # If you attempt to start a T3 instance with `host` tenancy and the
56712
- # `unlimted` CPU credit option, the request fails. The `unlimited` CPU
56731
+ # `unlimited` CPU credit option, the request fails. The `unlimited` CPU
56713
56732
  # credit option is not supported on Dedicated Hosts. Before you start
56714
56733
  # the instance, either change its CPU credit option to `standard`, or
56715
56734
  # change its tenancy to `default` or `dedicated`.
@@ -58708,7 +58727,7 @@ module Aws::EC2
58708
58727
  params: params,
58709
58728
  config: config)
58710
58729
  context[:gem_name] = 'aws-sdk-ec2'
58711
- context[:gem_version] = '1.433.0'
58730
+ context[:gem_version] = '1.434.0'
58712
58731
  Seahorse::Client::Request.new(handlers, context)
58713
58732
  end
58714
58733
 
@@ -221,7 +221,13 @@ module Aws::EC2
221
221
  data[:instance_lifecycle]
222
222
  end
223
223
 
224
- # The Elastic GPU associated with the instance.
224
+ # Deprecated.
225
+ #
226
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
227
+ # workloads that require graphics acceleration, we recommend that you
228
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
229
+ #
230
+ # </note>
225
231
  # @return [Array<Types::ElasticGpuAssociation>]
226
232
  def elastic_gpu_associations
227
233
  data[:elastic_gpu_associations]
@@ -481,14 +481,13 @@ module Aws::EC2
481
481
  # You cannot specify this option and the network interfaces option in
482
482
  # the same request.
483
483
  # @option options [Array<Types::ElasticGpuSpecification>] :elastic_gpu_specification
484
- # An elastic GPU to associate with the instance. An Elastic GPU is a GPU
485
- # resource that you can attach to your Windows instance to accelerate
486
- # the graphics performance of your applications. For more information,
487
- # see [Amazon EC2 Elastic GPUs][1] in the *Amazon EC2 User Guide*.
484
+ # Deprecated.
488
485
  #
486
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
487
+ # workloads that require graphics acceleration, we recommend that you
488
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
489
489
  #
490
- #
491
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html
490
+ # </note>
492
491
  # @option options [Array<Types::ElasticInferenceAccelerator>] :elastic_inference_accelerators
493
492
  # An elastic inference accelerator to associate with the instance.
494
493
  # Elastic inference accelerators are a resource you can attach to your
@@ -518,8 +517,6 @@ module Aws::EC2
518
517
  #
519
518
  # * Volumes
520
519
  #
521
- # * Elastic graphics
522
- #
523
520
  # * Spot Instance requests
524
521
  #
525
522
  # * Network interfaces
@@ -3475,6 +3472,9 @@ module Aws::EC2
3475
3472
  # @option options [Array<Types::Filter>] :filters
3476
3473
  # The filters.
3477
3474
  #
3475
+ # * `association.gateway-id` - The ID of the gateway involved in the
3476
+ # association.
3477
+ #
3478
3478
  # * `association.route-table-association-id` - The ID of an association
3479
3479
  # ID for the route table.
3480
3480
  #
@@ -77,6 +77,15 @@ module Aws::EC2
77
77
 
78
78
  # Indicates whether instances launched in this subnet receive a public
79
79
  # IPv4 address.
80
+ #
81
+ # Starting on February 1, 2024, Amazon Web Services will charge for all
82
+ # public IPv4 addresses, including public IPv4 addresses associated with
83
+ # running instances and Elastic IP addresses. For more information, see
84
+ # the *Public IPv4 Address* tab on the [Amazon VPC pricing page][1].
85
+ #
86
+ #
87
+ #
88
+ # [1]: http://aws.amazon.com/vpc/pricing/
80
89
  # @return [Boolean]
81
90
  def map_public_ip_on_launch
82
91
  data[:map_public_ip_on_launch]
@@ -702,14 +711,13 @@ module Aws::EC2
702
711
  # You cannot specify this option and the network interfaces option in
703
712
  # the same request.
704
713
  # @option options [Array<Types::ElasticGpuSpecification>] :elastic_gpu_specification
705
- # An elastic GPU to associate with the instance. An Elastic GPU is a GPU
706
- # resource that you can attach to your Windows instance to accelerate
707
- # the graphics performance of your applications. For more information,
708
- # see [Amazon EC2 Elastic GPUs][1] in the *Amazon EC2 User Guide*.
714
+ # Deprecated.
709
715
  #
716
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
717
+ # workloads that require graphics acceleration, we recommend that you
718
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
710
719
  #
711
- #
712
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html
720
+ # </note>
713
721
  # @option options [Array<Types::ElasticInferenceAccelerator>] :elastic_inference_accelerators
714
722
  # An elastic inference accelerator to associate with the instance.
715
723
  # Elastic inference accelerators are a resource you can attach to your
@@ -739,8 +747,6 @@ module Aws::EC2
739
747
  #
740
748
  # * Volumes
741
749
  #
742
- # * Elastic graphics
743
- #
744
750
  # * Spot Instance requests
745
751
  #
746
752
  # * Network interfaces
@@ -16477,11 +16477,11 @@ module Aws::EC2
16477
16477
  # * `opt-in-status` - The opt-in status (`opted-in` \| `not-opted-in`
16478
16478
  # \| `opt-in-not-required`).
16479
16479
  #
16480
- # * `parent-zoneID` - The ID of the zone that handles some of the
16480
+ # * `parent-zone-id` - The ID of the zone that handles some of the
16481
16481
  # Local Zone and Wavelength Zone control plane operations, such as
16482
16482
  # API calls.
16483
16483
  #
16484
- # * `parent-zoneName` - The ID of the zone that handles some of the
16484
+ # * `parent-zone-name` - The ID of the zone that handles some of the
16485
16485
  # Local Zone and Wavelength Zone control plane operations, such as
16486
16486
  # API calls.
16487
16487
  #
@@ -23742,6 +23742,9 @@ module Aws::EC2
23742
23742
  # @!attribute [rw] filters
23743
23743
  # The filters.
23744
23744
  #
23745
+ # * `association.gateway-id` - The ID of the gateway involved in the
23746
+ # association.
23747
+ #
23745
23748
  # * `association.route-table-association-id` - The ID of an
23746
23749
  # association ID for the route table.
23747
23750
  #
@@ -30301,6 +30304,12 @@ module Aws::EC2
30301
30304
  include Aws::Structure
30302
30305
  end
30303
30306
 
30307
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
30308
+ # workloads that require graphics acceleration, we recommend that you
30309
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
30310
+ #
30311
+ # </note>
30312
+ #
30304
30313
  # Describes the association between an instance and an Elastic Graphics
30305
30314
  # accelerator.
30306
30315
  #
@@ -30333,6 +30342,12 @@ module Aws::EC2
30333
30342
  include Aws::Structure
30334
30343
  end
30335
30344
 
30345
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
30346
+ # workloads that require graphics acceleration, we recommend that you
30347
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
30348
+ #
30349
+ # </note>
30350
+ #
30336
30351
  # Describes the status of an Elastic Graphics accelerator.
30337
30352
  #
30338
30353
  # @!attribute [rw] status
@@ -30347,6 +30362,12 @@ module Aws::EC2
30347
30362
  include Aws::Structure
30348
30363
  end
30349
30364
 
30365
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
30366
+ # workloads that require graphics acceleration, we recommend that you
30367
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
30368
+ #
30369
+ # </note>
30370
+ #
30350
30371
  # A specification for an Elastic Graphics accelerator.
30351
30372
  #
30352
30373
  # @!attribute [rw] type
@@ -30368,10 +30389,22 @@ module Aws::EC2
30368
30389
  include Aws::Structure
30369
30390
  end
30370
30391
 
30371
- # Describes an elastic GPU.
30392
+ # Deprecated.
30393
+ #
30394
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
30395
+ # workloads that require graphics acceleration, we recommend that you
30396
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
30397
+ #
30398
+ # </note>
30372
30399
  #
30373
30400
  # @!attribute [rw] type
30374
- # The elastic GPU type.
30401
+ # Deprecated.
30402
+ #
30403
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
30404
+ # workloads that require graphics acceleration, we recommend that you
30405
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
30406
+ #
30407
+ # </note>
30375
30408
  # @return [String]
30376
30409
  #
30377
30410
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticGpuSpecificationResponse AWS API Documentation
@@ -30382,6 +30415,12 @@ module Aws::EC2
30382
30415
  include Aws::Structure
30383
30416
  end
30384
30417
 
30418
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
30419
+ # workloads that require graphics acceleration, we recommend that you
30420
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
30421
+ #
30422
+ # </note>
30423
+ #
30385
30424
  # Describes an Elastic Graphics accelerator.
30386
30425
  #
30387
30426
  # @!attribute [rw] elastic_gpu_id
@@ -30614,13 +30653,17 @@ module Aws::EC2
30614
30653
  end
30615
30654
 
30616
30655
  # @!attribute [rw] source
30617
- # The source Region or Availability Zone that the metric subscription
30618
- # is enabled for. For example, `us-east-1`.
30656
+ # The source Region (like `us-east-1`) or Availability Zone ID (like
30657
+ # `use1-az1`) that the metric subscription is enabled for. If you use
30658
+ # Availability Zone IDs, the Source and Destination Availability Zones
30659
+ # must be in the same Region.
30619
30660
  # @return [String]
30620
30661
  #
30621
30662
  # @!attribute [rw] destination
30622
- # The target Region or Availability Zone that the metric subscription
30623
- # is enabled for. For example, `eu-west-1`.
30663
+ # The target Region (like `us-east-2`) or Availability Zone ID (like
30664
+ # `use2-az2`) that the metric subscription is enabled for. If you use
30665
+ # Availability Zone IDs, the Source and Destination Availability Zones
30666
+ # must be in the same Region.
30624
30667
  # @return [String]
30625
30668
  #
30626
30669
  # @!attribute [rw] metric
@@ -38476,7 +38519,13 @@ module Aws::EC2
38476
38519
  # @return [String]
38477
38520
  #
38478
38521
  # @!attribute [rw] elastic_gpu_associations
38479
- # The Elastic GPU associated with the instance.
38522
+ # Deprecated.
38523
+ #
38524
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
38525
+ # workloads that require graphics acceleration, we recommend that you
38526
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
38527
+ #
38528
+ # </note>
38480
38529
  # @return [Array<Types::ElasticGpuAssociation>]
38481
38530
  #
38482
38531
  # @!attribute [rw] elastic_inference_accelerator_associations
@@ -45064,10 +45113,9 @@ module Aws::EC2
45064
45113
  # Valid Values lists all resource types for Amazon EC2 that can be
45065
45114
  # tagged. When you create a launch template, you can specify tags for
45066
45115
  # the following resource types only: `instance` \| `volume` \|
45067
- # `elastic-gpu` \| `network-interface` \| `spot-instances-request`. If
45068
- # the instance does not include the resource type that you specify,
45069
- # the instance launch fails. For example, not all instance types
45070
- # include an Elastic GPU.
45116
+ # `network-interface` \| `spot-instances-request`. If the instance
45117
+ # does not include the resource type that you specify, the instance
45118
+ # launch fails. For example, not all instance types include a volume.
45071
45119
  #
45072
45120
  # To tag a resource after it has been created, see [CreateTags][1].
45073
45121
  #
@@ -48517,6 +48565,16 @@ module Aws::EC2
48517
48565
  # Specify `true` to indicate that network interfaces attached to
48518
48566
  # instances created in the specified subnet should be assigned a
48519
48567
  # public IPv4 address.
48568
+ #
48569
+ # Starting on February 1, 2024, Amazon Web Services will charge for
48570
+ # all public IPv4 addresses, including public IPv4 addresses
48571
+ # associated with running instances and Elastic IP addresses. For more
48572
+ # information, see the *Public IPv4 Address* tab on the [Amazon VPC
48573
+ # pricing page][1].
48574
+ #
48575
+ #
48576
+ #
48577
+ # [1]: http://aws.amazon.com/vpc/pricing/
48520
48578
  # @return [Types::AttributeBooleanValue]
48521
48579
  #
48522
48580
  # @!attribute [rw] subnet_id
@@ -50489,7 +50547,7 @@ module Aws::EC2
50489
50547
  #
50490
50548
  # Constraints: A value between 60 and half of `Phase2LifetimeSeconds`.
50491
50549
  #
50492
- # Default: `540`
50550
+ # Default: `270`
50493
50551
  # @return [Integer]
50494
50552
  #
50495
50553
  # @!attribute [rw] rekey_fuzz_percentage
@@ -55698,7 +55756,13 @@ module Aws::EC2
55698
55756
  # @return [Array<Types::LaunchTemplateTagSpecificationRequest>]
55699
55757
  #
55700
55758
  # @!attribute [rw] elastic_gpu_specifications
55701
- # An elastic GPU to associate with the instance.
55759
+ # Deprecated.
55760
+ #
55761
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
55762
+ # workloads that require graphics acceleration, we recommend that you
55763
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
55764
+ #
55765
+ # </note>
55702
55766
  # @return [Array<Types::ElasticGpuSpecification>]
55703
55767
  #
55704
55768
  # @!attribute [rw] elastic_inference_accelerators
@@ -57150,7 +57214,13 @@ module Aws::EC2
57150
57214
  # @return [Array<Types::LaunchTemplateTagSpecification>]
57151
57215
  #
57152
57216
  # @!attribute [rw] elastic_gpu_specifications
57153
- # The elastic GPU specification.
57217
+ # Deprecated.
57218
+ #
57219
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
57220
+ # workloads that require graphics acceleration, we recommend that you
57221
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
57222
+ #
57223
+ # </note>
57154
57224
  # @return [Array<Types::ElasticGpuSpecificationResponse>]
57155
57225
  #
57156
57226
  # @!attribute [rw] elastic_inference_accelerators
@@ -58342,15 +58412,13 @@ module Aws::EC2
58342
58412
  # @return [String]
58343
58413
  #
58344
58414
  # @!attribute [rw] elastic_gpu_specification
58345
- # An elastic GPU to associate with the instance. An Elastic GPU is a
58346
- # GPU resource that you can attach to your Windows instance to
58347
- # accelerate the graphics performance of your applications. For more
58348
- # information, see [Amazon EC2 Elastic GPUs][1] in the *Amazon EC2
58349
- # User Guide*.
58350
- #
58415
+ # Deprecated.
58351
58416
  #
58417
+ # <note markdown="1"> Amazon Elastic Graphics reached end of life on January 8, 2024. For
58418
+ # workloads that require graphics acceleration, we recommend that you
58419
+ # use Amazon EC2 G4ad, G4dn, or G5 instances.
58352
58420
  #
58353
- # [1]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html
58421
+ # </note>
58354
58422
  # @return [Array<Types::ElasticGpuSpecification>]
58355
58423
  #
58356
58424
  # @!attribute [rw] elastic_inference_accelerators
@@ -58385,8 +58453,6 @@ module Aws::EC2
58385
58453
  #
58386
58454
  # * Volumes
58387
58455
  #
58388
- # * Elastic graphics
58389
- #
58390
58456
  # * Spot Instance requests
58391
58457
  #
58392
58458
  # * Network interfaces
@@ -62502,6 +62568,16 @@ module Aws::EC2
62502
62568
  # @!attribute [rw] map_public_ip_on_launch
62503
62569
  # Indicates whether instances launched in this subnet receive a public
62504
62570
  # IPv4 address.
62571
+ #
62572
+ # Starting on February 1, 2024, Amazon Web Services will charge for
62573
+ # all public IPv4 addresses, including public IPv4 addresses
62574
+ # associated with running instances and Elastic IP addresses. For more
62575
+ # information, see the *Public IPv4 Address* tab on the [Amazon VPC
62576
+ # pricing page][1].
62577
+ #
62578
+ #
62579
+ #
62580
+ # [1]: http://aws.amazon.com/vpc/pricing/
62505
62581
  # @return [Boolean]
62506
62582
  #
62507
62583
  # @!attribute [rw] map_customer_owned_ip_on_launch
@@ -68043,7 +68119,7 @@ module Aws::EC2
68043
68119
  #
68044
68120
  # Constraints: A value between 60 and half of `Phase2LifetimeSeconds`.
68045
68121
  #
68046
- # Default: `540`
68122
+ # Default: `270`
68047
68123
  # @return [Integer]
68048
68124
  #
68049
68125
  # @!attribute [rw] rekey_fuzz_percentage
@@ -1894,6 +1894,9 @@ module Aws::EC2
1894
1894
  # @option options [Array<Types::Filter>] :filters
1895
1895
  # The filters.
1896
1896
  #
1897
+ # * `association.gateway-id` - The ID of the gateway involved in the
1898
+ # association.
1899
+ #
1897
1900
  # * `association.route-table-association-id` - The ID of an association
1898
1901
  # ID for the route table.
1899
1902
  #
data/lib/aws-sdk-ec2.rb CHANGED
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.433.0'
79
+ GEM_VERSION = '1.434.0'
80
80
 
81
81
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.433.0
4
+ version: 1.434.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-11 00:00:00.000000000 Z
11
+ date: 2024-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4