aws-sdk-ec2 1.411.0 → 1.412.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/classic_address.rb +0 -4
- data/lib/aws-sdk-ec2/client.rb +145 -58
- data/lib/aws-sdk-ec2/placement_group.rb +80 -21
- data/lib/aws-sdk-ec2/resource.rb +102 -45
- data/lib/aws-sdk-ec2/subnet.rb +102 -45
- data/lib/aws-sdk-ec2/types.rb +248 -65
- data/lib/aws-sdk-ec2/vpc.rb +102 -45
- data/lib/aws-sdk-ec2/vpc_address.rb +0 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -851,10 +851,6 @@ module Aws::EC2
|
|
851
851
|
# Use [DescribeAvailabilityZones][1] to view the network border
|
852
852
|
# groups.
|
853
853
|
#
|
854
|
-
# You cannot use a network border group with EC2 Classic. If you
|
855
|
-
# attempt this operation on EC2 Classic, you receive an
|
856
|
-
# `InvalidParameterCombination` error.
|
857
|
-
#
|
858
854
|
#
|
859
855
|
#
|
860
856
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html
|
@@ -3820,8 +3816,8 @@ module Aws::EC2
|
|
3820
3816
|
end
|
3821
3817
|
|
3822
3818
|
# @!attribute [rw] export_task_id
|
3823
|
-
# The ID of the export task. This is the ID returned by
|
3824
|
-
# `CreateInstanceExportTask
|
3819
|
+
# The ID of the export task. This is the ID returned by the
|
3820
|
+
# `CreateInstanceExportTask` and `ExportImage` operations.
|
3825
3821
|
# @return [String]
|
3826
3822
|
#
|
3827
3823
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CancelExportTaskRequest AWS API Documentation
|
@@ -7411,7 +7407,7 @@ module Aws::EC2
|
|
7411
7407
|
#
|
7412
7408
|
# @!attribute [rw] tag_specifications
|
7413
7409
|
# The key-value pair for tagging the EC2 Fleet request on creation.
|
7414
|
-
# For more information, see [
|
7410
|
+
# For more information, see [Tag your resources][1].
|
7415
7411
|
#
|
7416
7412
|
# If the fleet type is `instant`, specify a resource type of `fleet`
|
7417
7413
|
# to tag the fleet or `instance` to tag the instances at launch.
|
@@ -19667,8 +19663,6 @@ module Aws::EC2
|
|
19667
19663
|
# for example, `2021-09-29T11:04:43.305Z`. You can use a wildcard
|
19668
19664
|
# (`*`), for example, `2021-09-29T*`, which matches an entire day.
|
19669
19665
|
#
|
19670
|
-
# * `license-pool` -
|
19671
|
-
#
|
19672
19666
|
# * `maintenance-options.auto-recovery` - The current automatic
|
19673
19667
|
# recovery behavior of the instance (`disabled` \| `default`).
|
19674
19668
|
#
|
@@ -19698,26 +19692,38 @@ module Aws::EC2
|
|
19698
19692
|
# * `monitoring-state` - Indicates whether detailed monitoring is
|
19699
19693
|
# enabled (`disabled` \| `enabled`).
|
19700
19694
|
#
|
19701
|
-
# * `network-interface.addresses.
|
19702
|
-
#
|
19703
|
-
# address.
|
19695
|
+
# * `network-interface.addresses.association.allocation-id` - The
|
19696
|
+
# allocation ID.
|
19704
19697
|
#
|
19705
|
-
# * `network-interface.addresses.
|
19706
|
-
#
|
19698
|
+
# * `network-interface.addresses.association.association-id` - The
|
19699
|
+
# association ID.
|
19707
19700
|
#
|
19708
|
-
# * `network-interface.addresses.association.
|
19709
|
-
#
|
19710
|
-
#
|
19701
|
+
# * `network-interface.addresses.association.carrier-ip` - The carrier
|
19702
|
+
# IP address.
|
19703
|
+
#
|
19704
|
+
# * `network-interface.addresses.association.customer-owned-ip` - The
|
19705
|
+
# customer-owned IP address.
|
19711
19706
|
#
|
19712
19707
|
# * `network-interface.addresses.association.ip-owner-id` - The owner
|
19713
19708
|
# ID of the private IPv4 address associated with the network
|
19714
19709
|
# interface.
|
19715
19710
|
#
|
19716
|
-
# * `network-interface.association.public-
|
19717
|
-
#
|
19711
|
+
# * `network-interface.addresses.association.public-dns-name` - The
|
19712
|
+
# public DNS name.
|
19718
19713
|
#
|
19719
|
-
# * `network-interface.association.ip
|
19720
|
-
# Elastic IP address (IPv4)
|
19714
|
+
# * `network-interface.addresses.association.public-ip` - The ID of
|
19715
|
+
# the association of an Elastic IP address (IPv4) with a network
|
19716
|
+
# interface.
|
19717
|
+
#
|
19718
|
+
# * `network-interface.addresses.primary` - Specifies whether the IPv4
|
19719
|
+
# address of the network interface is the primary private IPv4
|
19720
|
+
# address.
|
19721
|
+
#
|
19722
|
+
# * `network-interface.addresses.private-dns-name` - The private DNS
|
19723
|
+
# name.
|
19724
|
+
#
|
19725
|
+
# * `network-interface.addresses.private-ip-address` - The private
|
19726
|
+
# IPv4 address associated with the network interface.
|
19721
19727
|
#
|
19722
19728
|
# * `network-interface.association.allocation-id` - The allocation ID
|
19723
19729
|
# returned when you allocated the Elastic IP address (IPv4) for your
|
@@ -19727,31 +19733,53 @@ module Aws::EC2
|
|
19727
19733
|
# ID returned when the network interface was associated with an IPv4
|
19728
19734
|
# address.
|
19729
19735
|
#
|
19736
|
+
# * `network-interface.association.carrier-ip` - The customer-owned IP
|
19737
|
+
# address.
|
19738
|
+
#
|
19739
|
+
# * `network-interface.association.customer-owned-ip` - The
|
19740
|
+
# customer-owned IP address.
|
19741
|
+
#
|
19742
|
+
# * `network-interface.association.ip-owner-id` - The owner of the
|
19743
|
+
# Elastic IP address (IPv4) associated with the network interface.
|
19744
|
+
#
|
19745
|
+
# * `network-interface.association.public-dns-name` - The public DNS
|
19746
|
+
# name.
|
19747
|
+
#
|
19748
|
+
# * `network-interface.association.public-ip` - The address of the
|
19749
|
+
# Elastic IP address (IPv4) bound to the network interface.
|
19750
|
+
#
|
19751
|
+
# * `network-interface.attachment.attach-time` - The time that the
|
19752
|
+
# network interface was attached to an instance.
|
19753
|
+
#
|
19730
19754
|
# * `network-interface.attachment.attachment-id` - The ID of the
|
19731
19755
|
# interface attachment.
|
19732
19756
|
#
|
19757
|
+
# * `network-interface.attachment.delete-on-termination` - Specifies
|
19758
|
+
# whether the attachment is deleted when an instance is terminated.
|
19759
|
+
#
|
19760
|
+
# * `network-interface.attachment.device-index` - The device index to
|
19761
|
+
# which the network interface is attached.
|
19762
|
+
#
|
19733
19763
|
# * `network-interface.attachment.instance-id` - The ID of the
|
19734
19764
|
# instance to which the network interface is attached.
|
19735
19765
|
#
|
19736
19766
|
# * `network-interface.attachment.instance-owner-id` - The owner ID of
|
19737
19767
|
# the instance to which the network interface is attached.
|
19738
19768
|
#
|
19739
|
-
# * `network-interface.attachment.
|
19740
|
-
#
|
19769
|
+
# * `network-interface.attachment.network-card-index` - The index of
|
19770
|
+
# the network card.
|
19741
19771
|
#
|
19742
19772
|
# * `network-interface.attachment.status` - The status of the
|
19743
19773
|
# attachment (`attaching` \| `attached` \| `detaching` \|
|
19744
19774
|
# `detached`).
|
19745
19775
|
#
|
19746
|
-
# * `network-interface.attachment.attach-time` - The time that the
|
19747
|
-
# network interface was attached to an instance.
|
19748
|
-
#
|
19749
|
-
# * `network-interface.attachment.delete-on-termination` - Specifies
|
19750
|
-
# whether the attachment is deleted when an instance is terminated.
|
19751
|
-
#
|
19752
19776
|
# * `network-interface.availability-zone` - The Availability Zone for
|
19753
19777
|
# the network interface.
|
19754
19778
|
#
|
19779
|
+
# * `network-interface.deny-all-igw-traffic` - A Boolean that
|
19780
|
+
# indicates whether a network interface with an IPv6 address is
|
19781
|
+
# unreachable from the public internet.
|
19782
|
+
#
|
19755
19783
|
# * `network-interface.description` - The description of the network
|
19756
19784
|
# interface.
|
19757
19785
|
#
|
@@ -19761,21 +19789,42 @@ module Aws::EC2
|
|
19761
19789
|
# * `network-interface.group-name` - The name of a security group
|
19762
19790
|
# associated with the network interface.
|
19763
19791
|
#
|
19792
|
+
# * `network-interface.ipv4-prefixes.ipv4-prefix` - The IPv4 prefixes
|
19793
|
+
# that are assigned to the network interface.
|
19794
|
+
#
|
19795
|
+
# * `network-interface.ipv6-address` - The IPv6 address associated
|
19796
|
+
# with the network interface.
|
19797
|
+
#
|
19764
19798
|
# * `network-interface.ipv6-addresses.ipv6-address` - The IPv6 address
|
19765
19799
|
# associated with the network interface.
|
19766
19800
|
#
|
19801
|
+
# * `network-interface.ipv6-addresses.is-primary-ipv6` - A Boolean
|
19802
|
+
# that indicates whether this is the primary IPv6 address.
|
19803
|
+
#
|
19804
|
+
# * `network-interface.ipv6-native` - A Boolean that indicates whether
|
19805
|
+
# this is an IPv6 only network interface.
|
19806
|
+
#
|
19807
|
+
# * `network-interface.ipv6-prefixes.ipv6-prefix` - The IPv6 prefix
|
19808
|
+
# assigned to the network interface.
|
19809
|
+
#
|
19767
19810
|
# * `network-interface.mac-address` - The MAC address of the network
|
19768
19811
|
# interface.
|
19769
19812
|
#
|
19770
19813
|
# * `network-interface.network-interface-id` - The ID of the network
|
19771
19814
|
# interface.
|
19772
19815
|
#
|
19816
|
+
# * `network-interface.outpost-arn` - The ARN of the Outpost.
|
19817
|
+
#
|
19773
19818
|
# * `network-interface.owner-id` - The ID of the owner of the network
|
19774
19819
|
# interface.
|
19775
19820
|
#
|
19776
19821
|
# * `network-interface.private-dns-name` - The private DNS name of the
|
19777
19822
|
# network interface.
|
19778
19823
|
#
|
19824
|
+
# * `network-interface.private-ip-address` - The private IPv4 address.
|
19825
|
+
#
|
19826
|
+
# * `network-interface.public-dns-name` - The public DNS name.
|
19827
|
+
#
|
19779
19828
|
# * `network-interface.requester-id` - The requester ID for the
|
19780
19829
|
# network interface.
|
19781
19830
|
#
|
@@ -19794,6 +19843,12 @@ module Aws::EC2
|
|
19794
19843
|
# * `network-interface.subnet-id` - The ID of the subnet for the
|
19795
19844
|
# network interface.
|
19796
19845
|
#
|
19846
|
+
# * `network-interface.tag-key` - The key of a tag assigned to the
|
19847
|
+
# network interface.
|
19848
|
+
#
|
19849
|
+
# * `network-interface.tag-value` - The value of a tag assigned to the
|
19850
|
+
# network interface.
|
19851
|
+
#
|
19797
19852
|
# * `network-interface.vpc-id` - The ID of the VPC for the network
|
19798
19853
|
# interface.
|
19799
19854
|
#
|
@@ -21882,25 +21937,25 @@ module Aws::EC2
|
|
21882
21937
|
# @!attribute [rw] filters
|
21883
21938
|
# One or more filters.
|
21884
21939
|
#
|
21885
|
-
# * `
|
21886
|
-
#
|
21940
|
+
# * `association.allocation-id` - The allocation ID returned when you
|
21941
|
+
# allocated the Elastic IP address (IPv4) for your network
|
21942
|
+
# interface.
|
21887
21943
|
#
|
21888
|
-
# * `
|
21889
|
-
#
|
21944
|
+
# * `association.association-id` - The association ID returned when
|
21945
|
+
# the network interface was associated with an IPv4 address.
|
21946
|
+
#
|
21947
|
+
# * `addresses.association.owner-id` - The owner ID of the addresses
|
21948
|
+
# associated with the network interface.
|
21890
21949
|
#
|
21891
21950
|
# * `addresses.association.public-ip` - The association ID returned
|
21892
21951
|
# when the network interface was associated with the Elastic IP
|
21893
21952
|
# address (IPv4).
|
21894
21953
|
#
|
21895
|
-
# * `addresses.
|
21896
|
-
# associated with the network interface.
|
21897
|
-
#
|
21898
|
-
# * `association.association-id` - The association ID returned when
|
21899
|
-
# the network interface was associated with an IPv4 address.
|
21954
|
+
# * `addresses.primary` - Whether the private IPv4 address is the
|
21955
|
+
# primary IP address associated with the network interface.
|
21900
21956
|
#
|
21901
|
-
# * `
|
21902
|
-
#
|
21903
|
-
# interface.
|
21957
|
+
# * `addresses.private-ip-address` - The private IPv4 addresses
|
21958
|
+
# associated with the network interface.
|
21904
21959
|
#
|
21905
21960
|
# * `association.ip-owner-id` - The owner of the Elastic IP address
|
21906
21961
|
# (IPv4) associated with the network interface.
|
@@ -21911,11 +21966,11 @@ module Aws::EC2
|
|
21911
21966
|
# * `association.public-dns-name` - The public DNS name for the
|
21912
21967
|
# network interface (IPv4).
|
21913
21968
|
#
|
21914
|
-
# * `attachment.attachment-id` - The ID of the interface attachment.
|
21915
|
-
#
|
21916
21969
|
# * `attachment.attach-time` - The time that the network interface was
|
21917
21970
|
# attached to an instance.
|
21918
21971
|
#
|
21972
|
+
# * `attachment.attachment-id` - The ID of the interface attachment.
|
21973
|
+
#
|
21919
21974
|
# * `attachment.delete-on-termination` - Indicates whether the
|
21920
21975
|
# attachment is deleted when an instance is terminated.
|
21921
21976
|
#
|
@@ -21939,19 +21994,17 @@ module Aws::EC2
|
|
21939
21994
|
# * `group-id` - The ID of a security group associated with the
|
21940
21995
|
# network interface.
|
21941
21996
|
#
|
21942
|
-
# * `group-name` - The name of a security group associated with the
|
21943
|
-
# network interface.
|
21944
|
-
#
|
21945
21997
|
# * `ipv6-addresses.ipv6-address` - An IPv6 address associated with
|
21946
21998
|
# the network interface.
|
21947
21999
|
#
|
21948
22000
|
# * `interface-type` - The type of network interface
|
21949
22001
|
# (`api_gateway_managed` \| `aws_codestar_connections_managed` \|
|
21950
|
-
# `branch` \| `efa` \| `
|
21951
|
-
# `
|
21952
|
-
#
|
21953
|
-
# `
|
21954
|
-
# `
|
22002
|
+
# `branch` \| `ec2_instance_connect_endpoint` \| `efa` \| `efs` \|
|
22003
|
+
# `gateway_load_balancer` \| `gateway_load_balancer_endpoint` \|
|
22004
|
+
# `global_accelerator_managed` \| `interface` \| `iot_rules_managed`
|
22005
|
+
# \| `lambda` \| `load_balancer` \| `nat_gateway` \|
|
22006
|
+
# `network_load_balancer` \| `quicksight` \| `transit_gateway` \|
|
22007
|
+
# `trunk` \| `vpc_endpoint`).
|
21955
22008
|
#
|
21956
22009
|
# * `mac-address` - The MAC address of the network interface.
|
21957
22010
|
#
|
@@ -21960,12 +22013,12 @@ module Aws::EC2
|
|
21960
22013
|
# * `owner-id` - The Amazon Web Services account ID of the network
|
21961
22014
|
# interface owner.
|
21962
22015
|
#
|
21963
|
-
# * `private-ip-address` - The private IPv4 address or addresses of
|
21964
|
-
# the network interface.
|
21965
|
-
#
|
21966
22016
|
# * `private-dns-name` - The private DNS name of the network interface
|
21967
22017
|
# (IPv4).
|
21968
22018
|
#
|
22019
|
+
# * `private-ip-address` - The private IPv4 address or addresses of
|
22020
|
+
# the network interface.
|
22021
|
+
#
|
21969
22022
|
# * `requester-id` - The alias or Amazon Web Services account ID of
|
21970
22023
|
# the principal or service that created the network interface.
|
21971
22024
|
#
|
@@ -36176,6 +36229,16 @@ module Aws::EC2
|
|
36176
36229
|
#
|
36177
36230
|
# @!attribute [rw] boot_mode
|
36178
36231
|
# The boot mode of the virtual machine.
|
36232
|
+
#
|
36233
|
+
# <note markdown="1"> The `uefi-preferred` boot mode isn't supported for importing
|
36234
|
+
# images. For more information, see [Boot modes][1] in the *VM
|
36235
|
+
# Import/Export User Guide*.
|
36236
|
+
#
|
36237
|
+
# </note>
|
36238
|
+
#
|
36239
|
+
#
|
36240
|
+
#
|
36241
|
+
# [1]: https://docs.aws.amazon.com/vm-import/latest/userguide/prerequisites.html#vmimport-boot-modes
|
36179
36242
|
# @return [String]
|
36180
36243
|
#
|
36181
36244
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportImageRequest AWS API Documentation
|
@@ -43170,10 +43233,13 @@ module Aws::EC2
|
|
43170
43233
|
# @!attribute [rw] resource_type
|
43171
43234
|
# The type of resource to tag.
|
43172
43235
|
#
|
43173
|
-
#
|
43174
|
-
#
|
43236
|
+
# Valid Values lists all resource types for Amazon EC2 that can be
|
43237
|
+
# tagged. When you create a launch template, you can specify tags for
|
43175
43238
|
# the following resource types only: `instance` \| `volume` \|
|
43176
|
-
# `elastic-gpu` \| `network-interface` \| `spot-instances-request
|
43239
|
+
# `elastic-gpu` \| `network-interface` \| `spot-instances-request`. If
|
43240
|
+
# the instance does include the resource type that you specify, the
|
43241
|
+
# instance launch fails. For example, not all instance types include
|
43242
|
+
# an Elastic GPU.
|
43177
43243
|
#
|
43178
43244
|
# To tag a resource after it has been created, see [CreateTags][1].
|
43179
43245
|
#
|
@@ -49876,6 +49942,20 @@ module Aws::EC2
|
|
49876
49942
|
# @!attribute [rw] max_total_price
|
49877
49943
|
# The maximum amount per hour for On-Demand Instances that you're
|
49878
49944
|
# willing to pay.
|
49945
|
+
#
|
49946
|
+
# <note markdown="1"> If your fleet includes T instances that are configured as
|
49947
|
+
# `unlimited`, and if their average CPU usage exceeds the baseline
|
49948
|
+
# utilization, you will incur a charge for surplus credits. The
|
49949
|
+
# `maxTotalPrice` does not account for surplus credits, and, if you
|
49950
|
+
# use surplus credits, your final cost might be higher than what you
|
49951
|
+
# specified for `maxTotalPrice`. For more information, see [Surplus
|
49952
|
+
# credits can incur charges][1] in the *EC2 User Guide*.
|
49953
|
+
#
|
49954
|
+
# </note>
|
49955
|
+
#
|
49956
|
+
#
|
49957
|
+
#
|
49958
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits
|
49879
49959
|
# @return [String]
|
49880
49960
|
#
|
49881
49961
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/OnDemandOptions AWS API Documentation
|
@@ -49941,6 +50021,20 @@ module Aws::EC2
|
|
49941
50021
|
# @!attribute [rw] max_total_price
|
49942
50022
|
# The maximum amount per hour for On-Demand Instances that you're
|
49943
50023
|
# willing to pay.
|
50024
|
+
#
|
50025
|
+
# <note markdown="1"> If your fleet includes T instances that are configured as
|
50026
|
+
# `unlimited`, and if their average CPU usage exceeds the baseline
|
50027
|
+
# utilization, you will incur a charge for surplus credits. The
|
50028
|
+
# `MaxTotalPrice` does not account for surplus credits, and, if you
|
50029
|
+
# use surplus credits, your final cost might be higher than what you
|
50030
|
+
# specified for `MaxTotalPrice`. For more information, see [Surplus
|
50031
|
+
# credits can incur charges][1] in the *EC2 User Guide*.
|
50032
|
+
#
|
50033
|
+
# </note>
|
50034
|
+
#
|
50035
|
+
#
|
50036
|
+
#
|
50037
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits
|
49944
50038
|
# @return [String]
|
49945
50039
|
#
|
49946
50040
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/OnDemandOptionsRequest AWS API Documentation
|
@@ -52453,10 +52547,6 @@ module Aws::EC2
|
|
52453
52547
|
#
|
52454
52548
|
# If you provide an incorrect network border group, you receive an
|
52455
52549
|
# `InvalidAddress.NotFound` error.
|
52456
|
-
#
|
52457
|
-
# You cannot use a network border group with EC2 Classic. If you
|
52458
|
-
# attempt this operation on EC2 classic, you receive an
|
52459
|
-
# `InvalidParameterCombination` error.
|
52460
52550
|
# @return [String]
|
52461
52551
|
#
|
52462
52552
|
# @!attribute [rw] dry_run
|
@@ -53342,7 +53432,25 @@ module Aws::EC2
|
|
53342
53432
|
# @return [Array<Types::ElasticGpuSpecification>]
|
53343
53433
|
#
|
53344
53434
|
# @!attribute [rw] elastic_inference_accelerators
|
53345
|
-
#
|
53435
|
+
# An elastic inference accelerator to associate with the instance.
|
53436
|
+
# Elastic inference accelerators are a resource you can attach to your
|
53437
|
+
# Amazon EC2 instances to accelerate your Deep Learning (DL) inference
|
53438
|
+
# workloads.
|
53439
|
+
#
|
53440
|
+
# You cannot specify accelerators from different generations in the
|
53441
|
+
# same request.
|
53442
|
+
#
|
53443
|
+
# <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
|
53444
|
+
# customers to Amazon Elastic Inference (EI), and will help current
|
53445
|
+
# customers migrate their workloads to options that offer better price
|
53446
|
+
# and performance. After April 15, 2023, new customers will not be
|
53447
|
+
# able to launch instances with Amazon EI accelerators in Amazon
|
53448
|
+
# SageMaker, Amazon ECS, or Amazon EC2. However, customers who have
|
53449
|
+
# used Amazon EI at least once during the past 30-day period are
|
53450
|
+
# considered current customers and will be able to continue using the
|
53451
|
+
# service.
|
53452
|
+
#
|
53453
|
+
# </note>
|
53346
53454
|
# @return [Array<Types::LaunchTemplateElasticInferenceAccelerator>]
|
53347
53455
|
#
|
53348
53456
|
# @!attribute [rw] security_group_ids
|
@@ -54778,7 +54886,25 @@ module Aws::EC2
|
|
54778
54886
|
# @return [Array<Types::ElasticGpuSpecificationResponse>]
|
54779
54887
|
#
|
54780
54888
|
# @!attribute [rw] elastic_inference_accelerators
|
54781
|
-
#
|
54889
|
+
# An elastic inference accelerator to associate with the instance.
|
54890
|
+
# Elastic inference accelerators are a resource you can attach to your
|
54891
|
+
# Amazon EC2 instances to accelerate your Deep Learning (DL) inference
|
54892
|
+
# workloads.
|
54893
|
+
#
|
54894
|
+
# You cannot specify accelerators from different generations in the
|
54895
|
+
# same request.
|
54896
|
+
#
|
54897
|
+
# <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new
|
54898
|
+
# customers to Amazon Elastic Inference (EI), and will help current
|
54899
|
+
# customers migrate their workloads to options that offer better price
|
54900
|
+
# and performance. After April 15, 2023, new customers will not be
|
54901
|
+
# able to launch instances with Amazon EI accelerators in Amazon
|
54902
|
+
# SageMaker, Amazon ECS, or Amazon EC2. However, customers who have
|
54903
|
+
# used Amazon EI at least once during the past 30-day period are
|
54904
|
+
# considered current customers and will be able to continue using the
|
54905
|
+
# service.
|
54906
|
+
#
|
54907
|
+
# </note>
|
54782
54908
|
# @return [Array<Types::LaunchTemplateElasticInferenceAcceleratorResponse>]
|
54783
54909
|
#
|
54784
54910
|
# @!attribute [rw] security_group_ids
|
@@ -58664,11 +58790,26 @@ module Aws::EC2
|
|
58664
58790
|
# maximum amount you're willing to pay. When the maximum amount
|
58665
58791
|
# you're willing to pay is reached, the fleet stops launching
|
58666
58792
|
# instances even if it hasn’t met the target capacity.
|
58793
|
+
#
|
58794
|
+
# <note markdown="1"> If your fleet includes T instances that are configured as
|
58795
|
+
# `unlimited`, and if their average CPU usage exceeds the baseline
|
58796
|
+
# utilization, you will incur a charge for surplus credits. The
|
58797
|
+
# `onDemandMaxTotalPrice` does not account for surplus credits, and,
|
58798
|
+
# if you use surplus credits, your final cost might be higher than
|
58799
|
+
# what you specified for `onDemandMaxTotalPrice`. For more
|
58800
|
+
# information, see [Surplus credits can incur charges][1] in the *EC2
|
58801
|
+
# User Guide*.
|
58802
|
+
#
|
58803
|
+
# </note>
|
58804
|
+
#
|
58805
|
+
#
|
58806
|
+
#
|
58807
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits
|
58667
58808
|
# @return [String]
|
58668
58809
|
#
|
58669
58810
|
# @!attribute [rw] spot_max_total_price
|
58670
58811
|
# The maximum amount per hour for Spot Instances that you're willing
|
58671
|
-
# to pay. You can use the `
|
58812
|
+
# to pay. You can use the `spotMaxTotalPrice` parameter, the
|
58672
58813
|
# `onDemandMaxTotalPrice` parameter, or both parameters to ensure that
|
58673
58814
|
# your fleet cost does not exceed your budget. If you set a maximum
|
58674
58815
|
# price per hour for the On-Demand Instances and Spot Instances in
|
@@ -58676,6 +58817,20 @@ module Aws::EC2
|
|
58676
58817
|
# maximum amount you're willing to pay. When the maximum amount
|
58677
58818
|
# you're willing to pay is reached, the fleet stops launching
|
58678
58819
|
# instances even if it hasn’t met the target capacity.
|
58820
|
+
#
|
58821
|
+
# <note markdown="1"> If your fleet includes T instances that are configured as
|
58822
|
+
# `unlimited`, and if their average CPU usage exceeds the baseline
|
58823
|
+
# utilization, you will incur a charge for surplus credits. The
|
58824
|
+
# `spotMaxTotalPrice` does not account for surplus credits, and, if
|
58825
|
+
# you use surplus credits, your final cost might be higher than what
|
58826
|
+
# you specified for `spotMaxTotalPrice`. For more information, see
|
58827
|
+
# [Surplus credits can incur charges][1] in the *EC2 User Guide*.
|
58828
|
+
#
|
58829
|
+
# </note>
|
58830
|
+
#
|
58831
|
+
#
|
58832
|
+
#
|
58833
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits
|
58679
58834
|
# @return [String]
|
58680
58835
|
#
|
58681
58836
|
# @!attribute [rw] terminate_instances_with_expiration
|
@@ -58766,7 +58921,7 @@ module Aws::EC2
|
|
58766
58921
|
# the tags in the [launch template][1] (valid only if you use
|
58767
58922
|
# `LaunchTemplateConfigs`) or in the ` SpotFleetTagSpecification `
|
58768
58923
|
# (valid only if you use `LaunchSpecifications`). For information
|
58769
|
-
# about tagging after launch, see [
|
58924
|
+
# about tagging after launch, see [Tag your resources][2].
|
58770
58925
|
#
|
58771
58926
|
#
|
58772
58927
|
#
|
@@ -59217,6 +59372,20 @@ module Aws::EC2
|
|
59217
59372
|
# If you specify a maximum price, your Spot Instances will be
|
59218
59373
|
# interrupted more frequently than if you do not specify this
|
59219
59374
|
# parameter.
|
59375
|
+
#
|
59376
|
+
# <note markdown="1"> If your fleet includes T instances that are configured as
|
59377
|
+
# `unlimited`, and if their average CPU usage exceeds the baseline
|
59378
|
+
# utilization, you will incur a charge for surplus credits. The
|
59379
|
+
# `maxTotalPrice` does not account for surplus credits, and, if you
|
59380
|
+
# use surplus credits, your final cost might be higher than what you
|
59381
|
+
# specified for `maxTotalPrice`. For more information, see [Surplus
|
59382
|
+
# credits can incur charges][1] in the *EC2 User Guide*.
|
59383
|
+
#
|
59384
|
+
# </note>
|
59385
|
+
#
|
59386
|
+
#
|
59387
|
+
#
|
59388
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits
|
59220
59389
|
# @return [String]
|
59221
59390
|
#
|
59222
59391
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SpotOptions AWS API Documentation
|
@@ -59357,6 +59526,20 @@ module Aws::EC2
|
|
59357
59526
|
# If you specify a maximum price, your Spot Instances will be
|
59358
59527
|
# interrupted more frequently than if you do not specify this
|
59359
59528
|
# parameter.
|
59529
|
+
#
|
59530
|
+
# <note markdown="1"> If your fleet includes T instances that are configured as
|
59531
|
+
# `unlimited`, and if their average CPU usage exceeds the baseline
|
59532
|
+
# utilization, you will incur a charge for surplus credits. The
|
59533
|
+
# `MaxTotalPrice` does not account for surplus credits, and, if you
|
59534
|
+
# use surplus credits, your final cost might be higher than what you
|
59535
|
+
# specified for `MaxTotalPrice`. For more information, see [Surplus
|
59536
|
+
# credits can incur charges][1] in the *EC2 User Guide*.
|
59537
|
+
#
|
59538
|
+
# </note>
|
59539
|
+
#
|
59540
|
+
#
|
59541
|
+
#
|
59542
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits
|
59360
59543
|
# @return [String]
|
59361
59544
|
#
|
59362
59545
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SpotOptionsRequest AWS API Documentation
|