aws-sdk-ec2 1.391.0 → 1.392.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +266 -469
- data/lib/aws-sdk-ec2/dhcp_options.rb +1 -1
- data/lib/aws-sdk-ec2/instance.rb +17 -16
- data/lib/aws-sdk-ec2/network_acl.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +32 -47
- data/lib/aws-sdk-ec2/security_group.rb +27 -35
- data/lib/aws-sdk-ec2/subnet.rb +4 -12
- data/lib/aws-sdk-ec2/types.rb +259 -273
- data/lib/aws-sdk-ec2/vpc.rb +21 -29
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -1699,7 +1699,7 @@ module Aws::EC2
|
|
1699
1699
|
end
|
1700
1700
|
|
1701
1701
|
# @!attribute [rw] nat_gateway_id
|
1702
|
-
# The NAT gateway
|
1702
|
+
# The ID of the NAT gateway.
|
1703
1703
|
# @return [String]
|
1704
1704
|
#
|
1705
1705
|
# @!attribute [rw] private_ip_addresses
|
@@ -1732,7 +1732,7 @@ module Aws::EC2
|
|
1732
1732
|
end
|
1733
1733
|
|
1734
1734
|
# @!attribute [rw] nat_gateway_id
|
1735
|
-
# The NAT gateway
|
1735
|
+
# The ID of the NAT gateway.
|
1736
1736
|
# @return [String]
|
1737
1737
|
#
|
1738
1738
|
# @!attribute [rw] nat_gateway_addresses
|
@@ -2083,7 +2083,7 @@ module Aws::EC2
|
|
2083
2083
|
end
|
2084
2084
|
|
2085
2085
|
# @!attribute [rw] nat_gateway_id
|
2086
|
-
# The NAT gateway
|
2086
|
+
# The ID of the NAT gateway.
|
2087
2087
|
# @return [String]
|
2088
2088
|
#
|
2089
2089
|
# @!attribute [rw] allocation_ids
|
@@ -2115,7 +2115,7 @@ module Aws::EC2
|
|
2115
2115
|
end
|
2116
2116
|
|
2117
2117
|
# @!attribute [rw] nat_gateway_id
|
2118
|
-
# The NAT gateway
|
2118
|
+
# The ID of the NAT gateway.
|
2119
2119
|
# @return [String]
|
2120
2120
|
#
|
2121
2121
|
# @!attribute [rw] nat_gateway_addresses
|
@@ -2638,17 +2638,16 @@ module Aws::EC2
|
|
2638
2638
|
# @return [Boolean]
|
2639
2639
|
#
|
2640
2640
|
# @!attribute [rw] groups
|
2641
|
-
# The
|
2642
|
-
#
|
2641
|
+
# The IDs of the security groups. You cannot specify security groups
|
2642
|
+
# from a different VPC.
|
2643
2643
|
# @return [Array<String>]
|
2644
2644
|
#
|
2645
2645
|
# @!attribute [rw] instance_id
|
2646
|
-
# The ID of
|
2647
|
-
# VPC.
|
2646
|
+
# The ID of the EC2-Classic instance.
|
2648
2647
|
# @return [String]
|
2649
2648
|
#
|
2650
2649
|
# @!attribute [rw] vpc_id
|
2651
|
-
# The ID of
|
2650
|
+
# The ID of the ClassicLink-enabled VPC.
|
2652
2651
|
# @return [String]
|
2653
2652
|
#
|
2654
2653
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AttachClassicLinkVpcRequest AWS API Documentation
|
@@ -3181,10 +3180,10 @@ module Aws::EC2
|
|
3181
3180
|
# @return [String]
|
3182
3181
|
#
|
3183
3182
|
# @!attribute [rw] group_name
|
3184
|
-
# \[
|
3185
|
-
#
|
3186
|
-
#
|
3187
|
-
#
|
3183
|
+
# \[Default VPC\] The name of the security group. You must specify
|
3184
|
+
# either the security group ID or the security group name in the
|
3185
|
+
# request. For security groups in a nondefault VPC, you must specify
|
3186
|
+
# the security group ID.
|
3188
3187
|
# @return [String]
|
3189
3188
|
#
|
3190
3189
|
# @!attribute [rw] ip_permissions
|
@@ -3195,9 +3194,9 @@ module Aws::EC2
|
|
3195
3194
|
# The IP protocol name (`tcp`, `udp`, `icmp`) or number (see [Protocol
|
3196
3195
|
# Numbers][1]). To specify `icmpv6`, use a set of IP permissions.
|
3197
3196
|
#
|
3198
|
-
#
|
3199
|
-
#
|
3200
|
-
#
|
3197
|
+
# Use `-1` to specify all protocols. If you specify `-1` or a protocol
|
3198
|
+
# other than `tcp`, `udp`, or `icmp`, traffic on all ports is allowed,
|
3199
|
+
# regardless of any ports you specify.
|
3201
3200
|
#
|
3202
3201
|
# Alternatively, use a set of IP permissions to specify multiple rules
|
3203
3202
|
# and a description for the rule.
|
@@ -3208,18 +3207,17 @@ module Aws::EC2
|
|
3208
3207
|
# @return [String]
|
3209
3208
|
#
|
3210
3209
|
# @!attribute [rw] source_security_group_name
|
3211
|
-
# \[
|
3212
|
-
#
|
3213
|
-
#
|
3214
|
-
#
|
3215
|
-
#
|
3216
|
-
#
|
3217
|
-
#
|
3218
|
-
# VPC.
|
3210
|
+
# \[Default VPC\] The name of the source security group. You can't
|
3211
|
+
# specify this parameter in combination with the following parameters:
|
3212
|
+
# the CIDR IP address range, the start of the port range, the IP
|
3213
|
+
# protocol, and the end of the port range. Creates rules that grant
|
3214
|
+
# full ICMP, UDP, and TCP access. To create a rule with a specific IP
|
3215
|
+
# protocol and port range, use a set of IP permissions instead. The
|
3216
|
+
# source security group must be in the same VPC.
|
3219
3217
|
# @return [String]
|
3220
3218
|
#
|
3221
3219
|
# @!attribute [rw] source_security_group_owner_id
|
3222
|
-
# \[
|
3220
|
+
# \[Nondefault VPC\] The Amazon Web Services account ID for the source
|
3223
3221
|
# security group, if the source security group is in a different
|
3224
3222
|
# account. You can't specify this parameter in combination with the
|
3225
3223
|
# following parameters: the CIDR IP address range, the IP protocol,
|
@@ -4820,6 +4818,10 @@ module Aws::EC2
|
|
4820
4818
|
include Aws::Structure
|
4821
4819
|
end
|
4822
4820
|
|
4821
|
+
# <note markdown="1"> Deprecated.
|
4822
|
+
#
|
4823
|
+
# </note>
|
4824
|
+
#
|
4823
4825
|
# Describes the ClassicLink DNS support status of a VPC.
|
4824
4826
|
#
|
4825
4827
|
# @!attribute [rw] classic_link_dns_supported
|
@@ -4839,21 +4841,14 @@ module Aws::EC2
|
|
4839
4841
|
include Aws::Structure
|
4840
4842
|
end
|
4841
4843
|
|
4842
|
-
# <note markdown="1">
|
4843
|
-
# EC2-Classic to a VPC. For more information, see [Migrate from
|
4844
|
-
# EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud User
|
4845
|
-
# Guide*.
|
4844
|
+
# <note markdown="1"> Deprecated.
|
4846
4845
|
#
|
4847
4846
|
# </note>
|
4848
4847
|
#
|
4849
4848
|
# Describes a linked EC2-Classic instance.
|
4850
4849
|
#
|
4851
|
-
#
|
4852
|
-
#
|
4853
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
|
4854
|
-
#
|
4855
4850
|
# @!attribute [rw] groups
|
4856
|
-
#
|
4851
|
+
# The security groups.
|
4857
4852
|
# @return [Array<Types::GroupIdentifier>]
|
4858
4853
|
#
|
4859
4854
|
# @!attribute [rw] instance_id
|
@@ -7756,19 +7751,21 @@ module Aws::EC2
|
|
7756
7751
|
# @return [String]
|
7757
7752
|
#
|
7758
7753
|
# @!attribute [rw] no_reboot
|
7759
|
-
#
|
7760
|
-
#
|
7761
|
-
#
|
7762
|
-
# the `NoReboot` parameter to `true` in the API request, or use the
|
7763
|
-
# `--no-reboot` option in the CLI to prevent Amazon EC2 from shutting
|
7764
|
-
# down and rebooting the instance.
|
7754
|
+
# Indicates whether or not the instance should be automatically
|
7755
|
+
# rebooted before creating the image. Specify one of the following
|
7756
|
+
# values:
|
7765
7757
|
#
|
7766
|
-
#
|
7767
|
-
#
|
7768
|
-
#
|
7769
|
-
#
|
7758
|
+
# * `true` - The instance is not rebooted before creating the image.
|
7759
|
+
# This creates crash-consistent snapshots that include only the data
|
7760
|
+
# that has been written to the volumes at the time the snapshots are
|
7761
|
+
# created. Buffered data and data in memory that has not yet been
|
7762
|
+
# written to the volumes is not included in the snapshots.
|
7770
7763
|
#
|
7771
|
-
#
|
7764
|
+
# * `false` - The instance is rebooted before creating the image. This
|
7765
|
+
# ensures that all buffered data and data in memory is written to
|
7766
|
+
# the volumes before the snapshots are created.
|
7767
|
+
#
|
7768
|
+
# Default: `false`
|
7772
7769
|
# @return [Boolean]
|
7773
7770
|
#
|
7774
7771
|
# @!attribute [rw] tag_specifications
|
@@ -8921,9 +8918,8 @@ module Aws::EC2
|
|
8921
8918
|
# @return [String]
|
8922
8919
|
#
|
8923
8920
|
# @!attribute [rw] secondary_allocation_ids
|
8924
|
-
# Secondary EIP allocation IDs. For more information
|
8925
|
-
#
|
8926
|
-
# Private Cloud User Guide*.
|
8921
|
+
# Secondary EIP allocation IDs. For more information, see [Create a
|
8922
|
+
# NAT gateway][1] in the *Amazon VPC User Guide*.
|
8927
8923
|
#
|
8928
8924
|
#
|
8929
8925
|
#
|
@@ -8933,7 +8929,7 @@ module Aws::EC2
|
|
8933
8929
|
# @!attribute [rw] secondary_private_ip_addresses
|
8934
8930
|
# Secondary private IPv4 addresses. For more information about
|
8935
8931
|
# secondary addresses, see [Create a NAT gateway][1] in the *Amazon
|
8936
|
-
#
|
8932
|
+
# VPC User Guide*.
|
8937
8933
|
#
|
8938
8934
|
#
|
8939
8935
|
#
|
@@ -8944,7 +8940,7 @@ module Aws::EC2
|
|
8944
8940
|
# \[Private NAT gateway only\] The number of secondary private IPv4
|
8945
8941
|
# addresses you want to assign to the NAT gateway. For more
|
8946
8942
|
# information about secondary addresses, see [Create a NAT gateway][1]
|
8947
|
-
# in the *Amazon
|
8943
|
+
# in the *Amazon VPC User Guide*.
|
8948
8944
|
#
|
8949
8945
|
#
|
8950
8946
|
#
|
@@ -9920,9 +9916,7 @@ module Aws::EC2
|
|
9920
9916
|
#
|
9921
9917
|
# Constraints: Up to 255 characters in length
|
9922
9918
|
#
|
9923
|
-
#
|
9924
|
-
#
|
9925
|
-
# Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and
|
9919
|
+
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
9926
9920
|
# .\_-:/()#,@\[\]+=&;\\\{\\}!$*
|
9927
9921
|
# @return [String]
|
9928
9922
|
#
|
@@ -9932,14 +9926,12 @@ module Aws::EC2
|
|
9932
9926
|
# Constraints: Up to 255 characters in length. Cannot start with
|
9933
9927
|
# `sg-`.
|
9934
9928
|
#
|
9935
|
-
#
|
9936
|
-
#
|
9937
|
-
# Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and
|
9929
|
+
# Valid characters: a-z, A-Z, 0-9, spaces, and
|
9938
9930
|
# .\_-:/()#,@\[\]+=&;\\\{\\}!$*
|
9939
9931
|
# @return [String]
|
9940
9932
|
#
|
9941
9933
|
# @!attribute [rw] vpc_id
|
9942
|
-
#
|
9934
|
+
# The ID of the VPC. Required for a nondefault VPC.
|
9943
9935
|
# @return [String]
|
9944
9936
|
#
|
9945
9937
|
# @!attribute [rw] tag_specifications
|
@@ -10286,15 +10278,14 @@ module Aws::EC2
|
|
10286
10278
|
#
|
10287
10279
|
# To create a subnet in a Local Zone, set this value to the Local Zone
|
10288
10280
|
# ID, for example `us-west-2-lax-1a`. For information about the
|
10289
|
-
# Regions that support Local Zones, see [
|
10290
|
-
# *Amazon Elastic Compute Cloud User Guide*.
|
10281
|
+
# Regions that support Local Zones, see [Local Zones locations][1].
|
10291
10282
|
#
|
10292
10283
|
# To create a subnet in an Outpost, set this value to the Availability
|
10293
10284
|
# Zone for the Outpost and specify the Outpost ARN.
|
10294
10285
|
#
|
10295
10286
|
#
|
10296
10287
|
#
|
10297
|
-
# [1]:
|
10288
|
+
# [1]: http://aws.amazon.com/about-aws/global-infrastructure/localzones/locations/
|
10298
10289
|
# @return [String]
|
10299
10290
|
#
|
10300
10291
|
# @!attribute [rw] availability_zone_id
|
@@ -11827,7 +11818,8 @@ module Aws::EC2
|
|
11827
11818
|
end
|
11828
11819
|
|
11829
11820
|
# @!attribute [rw] availability_zone
|
11830
|
-
# The Availability Zone in which to create the volume.
|
11821
|
+
# The ID of the Availability Zone in which to create the volume. For
|
11822
|
+
# example, `us-east-1a`.
|
11831
11823
|
# @return [String]
|
11832
11824
|
#
|
11833
11825
|
# @!attribute [rw] encrypted
|
@@ -12097,11 +12089,11 @@ module Aws::EC2
|
|
12097
12089
|
# @return [String]
|
12098
12090
|
#
|
12099
12091
|
# @!attribute [rw] vpc_id
|
12100
|
-
# The ID of the VPC
|
12092
|
+
# The ID of the VPC.
|
12101
12093
|
# @return [String]
|
12102
12094
|
#
|
12103
12095
|
# @!attribute [rw] service_name
|
12104
|
-
# The service
|
12096
|
+
# The name of the endpoint service.
|
12105
12097
|
# @return [String]
|
12106
12098
|
#
|
12107
12099
|
# @!attribute [rw] policy_document
|
@@ -14264,12 +14256,12 @@ module Aws::EC2
|
|
14264
14256
|
end
|
14265
14257
|
|
14266
14258
|
# @!attribute [rw] group_id
|
14267
|
-
# The ID of the security group.
|
14259
|
+
# The ID of the security group.
|
14268
14260
|
# @return [String]
|
14269
14261
|
#
|
14270
14262
|
# @!attribute [rw] group_name
|
14271
|
-
# \[
|
14272
|
-
#
|
14263
|
+
# \[Default VPC\] The name of the security group. You can specify
|
14264
|
+
# either the security group name or the security group ID. For
|
14273
14265
|
# security groups in a nondefault VPC, you must specify the security
|
14274
14266
|
# group ID.
|
14275
14267
|
# @return [String]
|
@@ -16388,7 +16380,7 @@ module Aws::EC2
|
|
16388
16380
|
end
|
16389
16381
|
|
16390
16382
|
# @!attribute [rw] filters
|
16391
|
-
#
|
16383
|
+
# The filters.
|
16392
16384
|
#
|
16393
16385
|
# * `group-id` - The ID of a VPC security group that's associated
|
16394
16386
|
# with the instance.
|
@@ -16406,8 +16398,6 @@ module Aws::EC2
|
|
16406
16398
|
# regardless of the tag value.
|
16407
16399
|
#
|
16408
16400
|
# * `vpc-id` - The ID of the VPC to which the instance is linked.
|
16409
|
-
#
|
16410
|
-
# `vpc-id` - The ID of the VPC that the instance is linked to.
|
16411
16401
|
# @return [Array<Types::Filter>]
|
16412
16402
|
#
|
16413
16403
|
# @!attribute [rw] dry_run
|
@@ -16418,7 +16408,7 @@ module Aws::EC2
|
|
16418
16408
|
# @return [Boolean]
|
16419
16409
|
#
|
16420
16410
|
# @!attribute [rw] instance_ids
|
16421
|
-
#
|
16411
|
+
# The instance IDs. Must be instances linked to a VPC through
|
16422
16412
|
# ClassicLink.
|
16423
16413
|
# @return [Array<String>]
|
16424
16414
|
#
|
@@ -16950,7 +16940,7 @@ module Aws::EC2
|
|
16950
16940
|
# @return [Array<String>]
|
16951
16941
|
#
|
16952
16942
|
# @!attribute [rw] filters
|
16953
|
-
#
|
16943
|
+
# The filters.
|
16954
16944
|
#
|
16955
16945
|
# * `dhcp-options-id` - The ID of a DHCP options set.
|
16956
16946
|
#
|
@@ -17034,7 +17024,7 @@ module Aws::EC2
|
|
17034
17024
|
# @return [Boolean]
|
17035
17025
|
#
|
17036
17026
|
# @!attribute [rw] egress_only_internet_gateway_ids
|
17037
|
-
#
|
17027
|
+
# The IDs of the egress-only internet gateways.
|
17038
17028
|
# @return [Array<String>]
|
17039
17029
|
#
|
17040
17030
|
# @!attribute [rw] max_results
|
@@ -17054,7 +17044,7 @@ module Aws::EC2
|
|
17054
17044
|
# @return [String]
|
17055
17045
|
#
|
17056
17046
|
# @!attribute [rw] filters
|
17057
|
-
#
|
17047
|
+
# The filters.
|
17058
17048
|
#
|
17059
17049
|
# * `tag`:<key> - The key/value combination of a tag assigned to
|
17060
17050
|
# the resource. Use the tag key in the filter name and the tag value
|
@@ -18480,7 +18470,7 @@ module Aws::EC2
|
|
18480
18470
|
# The filters.
|
18481
18471
|
#
|
18482
18472
|
# * `architecture` - The image architecture (`i386` \| `x86_64` \|
|
18483
|
-
# `arm64`).
|
18473
|
+
# `arm64` \| `x86_64_mac` \| `arm64_mac`).
|
18484
18474
|
#
|
18485
18475
|
# * `block-device-mapping.delete-on-termination` - A Boolean value
|
18486
18476
|
# that indicates whether the Amazon EBS volume is deleted on
|
@@ -19290,8 +19280,9 @@ module Aws::EC2
|
|
19290
19280
|
# * `bare-metal` - Indicates whether it is a bare metal instance type
|
19291
19281
|
# (`true` \| `false`).
|
19292
19282
|
#
|
19293
|
-
# * `burstable-performance-supported` - Indicates whether
|
19294
|
-
# burstable performance instance type (`true` \|
|
19283
|
+
# * `burstable-performance-supported` - Indicates whether the instance
|
19284
|
+
# type is a burstable performance T instance type (`true` \|
|
19285
|
+
# `false`).
|
19295
19286
|
#
|
19296
19287
|
# * `current-generation` - Indicates whether this instance type is the
|
19297
19288
|
# latest generation instance type of an instance family (`true` \|
|
@@ -19398,6 +19389,15 @@ module Aws::EC2
|
|
19398
19389
|
# * `network-info.network-performance` - The network performance (for
|
19399
19390
|
# example, "25 Gigabit").
|
19400
19391
|
#
|
19392
|
+
# * `nitro-enclaves-support` - Indicates whether Nitro Enclaves is
|
19393
|
+
# supported (`supported` \| `unsupported`).
|
19394
|
+
#
|
19395
|
+
# * `nitro-tpm-support` - Indicates whether NitroTPM is supported
|
19396
|
+
# (`supported` \| `unsupported`).
|
19397
|
+
#
|
19398
|
+
# * `nitro-tpm-info.supported-versions` - The supported NitroTPM
|
19399
|
+
# version (`2.0`).
|
19400
|
+
#
|
19401
19401
|
# * `processor-info.supported-architecture` - The CPU architecture
|
19402
19402
|
# (`arm64` \| `i386` \| `x86_64`).
|
19403
19403
|
#
|
@@ -19466,16 +19466,9 @@ module Aws::EC2
|
|
19466
19466
|
# The instance type. For more information, see [Instance types][1] in
|
19467
19467
|
# the *Amazon EC2 User Guide*.
|
19468
19468
|
#
|
19469
|
-
# When you change your EBS-backed instance type, instance restart or
|
19470
|
-
# replacement behavior depends on the instance type compatibility
|
19471
|
-
# between the old and new types. An instance that's backed by an
|
19472
|
-
# instance store volume is always replaced. For more information, see
|
19473
|
-
# [Change the instance type][2] in the *Amazon EC2 User Guide*.
|
19474
|
-
#
|
19475
19469
|
#
|
19476
19470
|
#
|
19477
19471
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
19478
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html
|
19479
19472
|
# @return [Array<Types::InstanceTypeInfo>]
|
19480
19473
|
#
|
19481
19474
|
# @!attribute [rw] next_token
|
@@ -19845,7 +19838,7 @@ module Aws::EC2
|
|
19845
19838
|
end
|
19846
19839
|
|
19847
19840
|
# @!attribute [rw] filters
|
19848
|
-
#
|
19841
|
+
# The filters.
|
19849
19842
|
#
|
19850
19843
|
# * `attachment.state` - The current state of the attachment between
|
19851
19844
|
# the gateway and the VPC (`available`). Present only if a VPC is
|
@@ -19877,7 +19870,7 @@ module Aws::EC2
|
|
19877
19870
|
# @return [Boolean]
|
19878
19871
|
#
|
19879
19872
|
# @!attribute [rw] internet_gateway_ids
|
19880
|
-
#
|
19873
|
+
# The IDs of the internet gateways.
|
19881
19874
|
#
|
19882
19875
|
# Default: Describes all your internet gateways.
|
19883
19876
|
# @return [Array<String>]
|
@@ -21125,7 +21118,7 @@ module Aws::EC2
|
|
21125
21118
|
# @return [Boolean]
|
21126
21119
|
#
|
21127
21120
|
# @!attribute [rw] filter
|
21128
|
-
#
|
21121
|
+
# The filters.
|
21129
21122
|
#
|
21130
21123
|
# * `nat-gateway-id` - The ID of the NAT gateway.
|
21131
21124
|
#
|
@@ -21159,7 +21152,7 @@ module Aws::EC2
|
|
21159
21152
|
# @return [Integer]
|
21160
21153
|
#
|
21161
21154
|
# @!attribute [rw] nat_gateway_ids
|
21162
|
-
#
|
21155
|
+
# The IDs of the NAT gateways.
|
21163
21156
|
# @return [Array<String>]
|
21164
21157
|
#
|
21165
21158
|
# @!attribute [rw] next_token
|
@@ -21199,7 +21192,7 @@ module Aws::EC2
|
|
21199
21192
|
end
|
21200
21193
|
|
21201
21194
|
# @!attribute [rw] filters
|
21202
|
-
#
|
21195
|
+
# The filters.
|
21203
21196
|
#
|
21204
21197
|
# * `association.association-id` - The ID of an association ID for the
|
21205
21198
|
# ACL.
|
@@ -21265,7 +21258,7 @@ module Aws::EC2
|
|
21265
21258
|
# @return [Boolean]
|
21266
21259
|
#
|
21267
21260
|
# @!attribute [rw] network_acl_ids
|
21268
|
-
#
|
21261
|
+
# The IDs of the network ACLs.
|
21269
21262
|
#
|
21270
21263
|
# Default: Describes all your network ACLs.
|
21271
21264
|
# @return [Array<String>]
|
@@ -22691,7 +22684,7 @@ module Aws::EC2
|
|
22691
22684
|
end
|
22692
22685
|
|
22693
22686
|
# @!attribute [rw] filters
|
22694
|
-
#
|
22687
|
+
# The filters.
|
22695
22688
|
#
|
22696
22689
|
# * `association.route-table-association-id` - The ID of an
|
22697
22690
|
# association ID for the route table.
|
@@ -22770,7 +22763,7 @@ module Aws::EC2
|
|
22770
22763
|
# @return [Boolean]
|
22771
22764
|
#
|
22772
22765
|
# @!attribute [rw] route_table_ids
|
22773
|
-
#
|
22766
|
+
# The IDs of the route tables.
|
22774
22767
|
#
|
22775
22768
|
# Default: Describes all your route tables.
|
22776
22769
|
# @return [Array<String>]
|
@@ -23180,10 +23173,8 @@ module Aws::EC2
|
|
23180
23173
|
# @return [Array<String>]
|
23181
23174
|
#
|
23182
23175
|
# @!attribute [rw] group_names
|
23183
|
-
# \[
|
23184
|
-
#
|
23185
|
-
# security group ID. For security groups in a nondefault VPC, use the
|
23186
|
-
# `group-name` filter to describe security groups by name.
|
23176
|
+
# \[Default VPC\] The names of the security groups. You can specify
|
23177
|
+
# either the security group name or the security group ID.
|
23187
23178
|
#
|
23188
23179
|
# Default: Describes all of your security groups.
|
23189
23180
|
# @return [Array<String>]
|
@@ -24151,7 +24142,7 @@ module Aws::EC2
|
|
24151
24142
|
end
|
24152
24143
|
|
24153
24144
|
# @!attribute [rw] filters
|
24154
|
-
#
|
24145
|
+
# The filters.
|
24155
24146
|
#
|
24156
24147
|
# * `availability-zone` - The Availability Zone for the subnet. You
|
24157
24148
|
# can also use `availabilityZone` as the filter name.
|
@@ -24242,7 +24233,7 @@ module Aws::EC2
|
|
24242
24233
|
# @return [Array<Types::Filter>]
|
24243
24234
|
#
|
24244
24235
|
# @!attribute [rw] subnet_ids
|
24245
|
-
#
|
24236
|
+
# The IDs of the subnets.
|
24246
24237
|
#
|
24247
24238
|
# Default: Describes all your subnets.
|
24248
24239
|
# @return [Array<String>]
|
@@ -26050,7 +26041,7 @@ module Aws::EC2
|
|
26050
26041
|
# @return [String]
|
26051
26042
|
#
|
26052
26043
|
# @!attribute [rw] vpc_ids
|
26053
|
-
#
|
26044
|
+
# The IDs of the VPCs.
|
26054
26045
|
# @return [Array<String>]
|
26055
26046
|
#
|
26056
26047
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcClassicLinkDnsSupportRequest AWS API Documentation
|
@@ -26082,7 +26073,7 @@ module Aws::EC2
|
|
26082
26073
|
end
|
26083
26074
|
|
26084
26075
|
# @!attribute [rw] filters
|
26085
|
-
#
|
26076
|
+
# The filters.
|
26086
26077
|
#
|
26087
26078
|
# * `is-classic-link-enabled` - Whether the VPC is enabled for
|
26088
26079
|
# ClassicLink (`true` \| `false`).
|
@@ -26106,8 +26097,7 @@ module Aws::EC2
|
|
26106
26097
|
# @return [Boolean]
|
26107
26098
|
#
|
26108
26099
|
# @!attribute [rw] vpc_ids
|
26109
|
-
#
|
26110
|
-
# status.
|
26100
|
+
# The VPCs for which you want to describe the ClassicLink status.
|
26111
26101
|
# @return [Array<String>]
|
26112
26102
|
#
|
26113
26103
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcClassicLinkRequest AWS API Documentation
|
@@ -26121,7 +26111,7 @@ module Aws::EC2
|
|
26121
26111
|
end
|
26122
26112
|
|
26123
26113
|
# @!attribute [rw] vpcs
|
26124
|
-
# The ClassicLink status of
|
26114
|
+
# The ClassicLink status of the VPCs.
|
26125
26115
|
# @return [Array<Types::VpcClassicLink>]
|
26126
26116
|
#
|
26127
26117
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcClassicLinkResult AWS API Documentation
|
@@ -26576,7 +26566,7 @@ module Aws::EC2
|
|
26576
26566
|
end
|
26577
26567
|
|
26578
26568
|
# @!attribute [rw] filters
|
26579
|
-
#
|
26569
|
+
# The filters.
|
26580
26570
|
#
|
26581
26571
|
# * `accepter-vpc-info.cidr-block` - The IPv4 CIDR block of the
|
26582
26572
|
# accepter VPC.
|
@@ -26626,7 +26616,7 @@ module Aws::EC2
|
|
26626
26616
|
# @return [Boolean]
|
26627
26617
|
#
|
26628
26618
|
# @!attribute [rw] vpc_peering_connection_ids
|
26629
|
-
#
|
26619
|
+
# The IDs of the VPC peering connections.
|
26630
26620
|
#
|
26631
26621
|
# Default: Describes all your VPC peering connections.
|
26632
26622
|
# @return [Array<String>]
|
@@ -26678,7 +26668,7 @@ module Aws::EC2
|
|
26678
26668
|
end
|
26679
26669
|
|
26680
26670
|
# @!attribute [rw] filters
|
26681
|
-
#
|
26671
|
+
# The filters.
|
26682
26672
|
#
|
26683
26673
|
# * `cidr` - The primary IPv4 CIDR block of the VPC. The CIDR block
|
26684
26674
|
# you specify must exactly match the VPC's CIDR block for
|
@@ -26729,7 +26719,7 @@ module Aws::EC2
|
|
26729
26719
|
# @return [Array<Types::Filter>]
|
26730
26720
|
#
|
26731
26721
|
# @!attribute [rw] vpc_ids
|
26732
|
-
#
|
26722
|
+
# The IDs of the VPCs.
|
26733
26723
|
#
|
26734
26724
|
# Default: Describes all your VPCs.
|
26735
26725
|
# @return [Array<String>]
|
@@ -27252,7 +27242,7 @@ module Aws::EC2
|
|
27252
27242
|
# @return [String]
|
27253
27243
|
#
|
27254
27244
|
# @!attribute [rw] values
|
27255
|
-
#
|
27245
|
+
# The values for the DHCP option.
|
27256
27246
|
# @return [Array<Types::AttributeValue>]
|
27257
27247
|
#
|
27258
27248
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DhcpConfiguration AWS API Documentation
|
@@ -27264,10 +27254,10 @@ module Aws::EC2
|
|
27264
27254
|
include Aws::Structure
|
27265
27255
|
end
|
27266
27256
|
|
27267
|
-
#
|
27257
|
+
# The set of DHCP options.
|
27268
27258
|
#
|
27269
27259
|
# @!attribute [rw] dhcp_configurations
|
27270
|
-
#
|
27260
|
+
# The DHCP options in the set.
|
27271
27261
|
# @return [Array<Types::DhcpConfiguration>]
|
27272
27262
|
#
|
27273
27263
|
# @!attribute [rw] dhcp_options_id
|
@@ -28127,7 +28117,7 @@ module Aws::EC2
|
|
28127
28117
|
end
|
28128
28118
|
|
28129
28119
|
# @!attribute [rw] nat_gateway_id
|
28130
|
-
# The NAT gateway
|
28120
|
+
# The ID of the NAT gateway.
|
28131
28121
|
# @return [String]
|
28132
28122
|
#
|
28133
28123
|
# @!attribute [rw] association_ids
|
@@ -28160,7 +28150,7 @@ module Aws::EC2
|
|
28160
28150
|
end
|
28161
28151
|
|
28162
28152
|
# @!attribute [rw] nat_gateway_id
|
28163
|
-
# The NAT gateway
|
28153
|
+
# The ID of the NAT gateway.
|
28164
28154
|
# @return [String]
|
28165
28155
|
#
|
28166
28156
|
# @!attribute [rw] nat_gateway_addresses
|
@@ -35862,11 +35852,7 @@ module Aws::EC2
|
|
35862
35852
|
#
|
35863
35853
|
# * Key ID
|
35864
35854
|
#
|
35865
|
-
# * Key alias
|
35866
|
-
# followed by the Region of the key, the Amazon Web Services account
|
35867
|
-
# ID of the key owner, the `alias` namespace, and then the key
|
35868
|
-
# alias. For example,
|
35869
|
-
# arn:aws:kms:*us-east-1*:*012345678910*:alias/*ExampleAlias*.
|
35855
|
+
# * Key alias
|
35870
35856
|
#
|
35871
35857
|
# * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
|
35872
35858
|
# followed by the Region of the key, the Amazon Web Services account
|
@@ -35912,7 +35898,9 @@ module Aws::EC2
|
|
35912
35898
|
# @return [String]
|
35913
35899
|
#
|
35914
35900
|
# @!attribute [rw] platform
|
35915
|
-
# The operating system of the virtual machine.
|
35901
|
+
# The operating system of the virtual machine. If you import a VM that
|
35902
|
+
# is compatible with Unified Extensible Firmware Interface (UEFI)
|
35903
|
+
# using an EBS snapshot, you must specify a value for the platform.
|
35916
35904
|
#
|
35917
35905
|
# Valid values: `Windows` \| `Linux`
|
35918
35906
|
# @return [String]
|
@@ -36462,11 +36450,7 @@ module Aws::EC2
|
|
36462
36450
|
#
|
36463
36451
|
# * Key ID
|
36464
36452
|
#
|
36465
|
-
# * Key alias
|
36466
|
-
# followed by the Region of the key, the Amazon Web Services account
|
36467
|
-
# ID of the key owner, the `alias` namespace, and then the key
|
36468
|
-
# alias. For example,
|
36469
|
-
# arn:aws:kms:*us-east-1*:*012345678910*:alias/*ExampleAlias*.
|
36453
|
+
# * Key alias
|
36470
36454
|
#
|
36471
36455
|
# * ARN using key ID. The ID ARN contains the `arn:aws:kms` namespace,
|
36472
36456
|
# followed by the Region of the key, the Amazon Web Services account
|
@@ -38223,6 +38207,9 @@ module Aws::EC2
|
|
38223
38207
|
# attributes, Amazon EC2 will identify instance types with these
|
38224
38208
|
# attributes.
|
38225
38209
|
#
|
38210
|
+
# You must specify `VCpuCount` and `MemoryMiB`. All other attributes are
|
38211
|
+
# optional. Any unspecified optional attribute is set to its default.
|
38212
|
+
#
|
38226
38213
|
# When you specify multiple attributes, you get instance types that
|
38227
38214
|
# satisfy all of the specified attributes. If you specify multiple
|
38228
38215
|
# values for an attribute, you get instance types that satisfy any of
|
@@ -38239,21 +38226,29 @@ module Aws::EC2
|
|
38239
38226
|
# * `ExcludedInstanceTypes` - The instance types to exclude from the
|
38240
38227
|
# list, even if they match your specified attributes.
|
38241
38228
|
#
|
38242
|
-
# <note markdown="1">
|
38243
|
-
#
|
38229
|
+
# <note markdown="1"> If you specify `InstanceRequirements`, you can't specify
|
38230
|
+
# `InstanceType`.
|
38231
|
+
#
|
38232
|
+
# Attribute-based instance type selection is only supported when using
|
38233
|
+
# Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If
|
38234
|
+
# you plan to use the launch template in the [launch instance wizard][1]
|
38235
|
+
# or with the [RunInstances API][2], you can't specify
|
38236
|
+
# `InstanceRequirements`.
|
38244
38237
|
#
|
38245
38238
|
# </note>
|
38246
38239
|
#
|
38247
38240
|
# For more information, see [Attribute-based instance type selection for
|
38248
|
-
# EC2 Fleet][
|
38249
|
-
# Fleet][
|
38241
|
+
# EC2 Fleet][3], [Attribute-based instance type selection for Spot
|
38242
|
+
# Fleet][4], and [Spot placement score][5] in the *Amazon EC2 User
|
38250
38243
|
# Guide*.
|
38251
38244
|
#
|
38252
38245
|
#
|
38253
38246
|
#
|
38254
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-
|
38255
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/
|
38256
|
-
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
38247
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html
|
38248
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
|
38249
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html
|
38250
|
+
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html
|
38251
|
+
# [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html
|
38257
38252
|
#
|
38258
38253
|
# @!attribute [rw] v_cpu_count
|
38259
38254
|
# The minimum and maximum number of vCPUs.
|
@@ -38627,6 +38622,9 @@ module Aws::EC2
|
|
38627
38622
|
# attributes, Amazon EC2 will identify instance types with these
|
38628
38623
|
# attributes.
|
38629
38624
|
#
|
38625
|
+
# You must specify `VCpuCount` and `MemoryMiB`. All other attributes are
|
38626
|
+
# optional. Any unspecified optional attribute is set to its default.
|
38627
|
+
#
|
38630
38628
|
# When you specify multiple attributes, you get instance types that
|
38631
38629
|
# satisfy all of the specified attributes. If you specify multiple
|
38632
38630
|
# values for an attribute, you get instance types that satisfy any of
|
@@ -38643,21 +38641,31 @@ module Aws::EC2
|
|
38643
38641
|
# * `ExcludedInstanceTypes` - The instance types to exclude from the
|
38644
38642
|
# list, even if they match your specified attributes.
|
38645
38643
|
#
|
38646
|
-
# <note markdown="1">
|
38647
|
-
#
|
38644
|
+
# <note markdown="1"> If you specify `InstanceRequirements`, you can't specify
|
38645
|
+
# `InstanceType`.
|
38646
|
+
#
|
38647
|
+
# Attribute-based instance type selection is only supported when using
|
38648
|
+
# Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If
|
38649
|
+
# you plan to use the launch template in the [launch instance
|
38650
|
+
# wizard][1], or with the [RunInstances][2] API or
|
38651
|
+
# [AWS::EC2::Instance][3] Amazon Web Services CloudFormation resource,
|
38652
|
+
# you can't specify `InstanceRequirements`.
|
38648
38653
|
#
|
38649
38654
|
# </note>
|
38650
38655
|
#
|
38651
38656
|
# For more information, see [Attribute-based instance type selection for
|
38652
|
-
# EC2 Fleet][
|
38653
|
-
# Fleet][
|
38657
|
+
# EC2 Fleet][4], [Attribute-based instance type selection for Spot
|
38658
|
+
# Fleet][5], and [Spot placement score][6] in the *Amazon EC2 User
|
38654
38659
|
# Guide*.
|
38655
38660
|
#
|
38656
38661
|
#
|
38657
38662
|
#
|
38658
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-
|
38659
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/
|
38660
|
-
# [3]: https://docs.aws.amazon.com/
|
38663
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html
|
38664
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
|
38665
|
+
# [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html
|
38666
|
+
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html
|
38667
|
+
# [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html
|
38668
|
+
# [6]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html
|
38661
38669
|
#
|
38662
38670
|
# @!attribute [rw] v_cpu_count
|
38663
38671
|
# The minimum and maximum number of vCPUs.
|
@@ -38969,10 +38977,15 @@ module Aws::EC2
|
|
38969
38977
|
# @return [Types::AcceleratorTotalMemoryMiBRequest]
|
38970
38978
|
#
|
38971
38979
|
# @!attribute [rw] network_bandwidth_gbps
|
38972
|
-
# The minimum and maximum amount of network bandwidth, in
|
38973
|
-
# second (Gbps).
|
38980
|
+
# The minimum and maximum amount of baseline network bandwidth, in
|
38981
|
+
# gigabits per second (Gbps). For more information, see [Amazon EC2
|
38982
|
+
# instance network bandwidth][1] in the *Amazon EC2 User Guide*.
|
38974
38983
|
#
|
38975
38984
|
# Default: No minimum or maximum limits
|
38985
|
+
#
|
38986
|
+
#
|
38987
|
+
#
|
38988
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-network-bandwidth.html
|
38976
38989
|
# @return [Types::NetworkBandwidthGbpsRequest]
|
38977
38990
|
#
|
38978
38991
|
# @!attribute [rw] allowed_instance_types
|
@@ -39431,8 +39444,13 @@ module Aws::EC2
|
|
39431
39444
|
# @return [Boolean]
|
39432
39445
|
#
|
39433
39446
|
# @!attribute [rw] burstable_performance_supported
|
39434
|
-
# Indicates whether the instance type is a burstable performance
|
39435
|
-
# instance type.
|
39447
|
+
# Indicates whether the instance type is a burstable performance T
|
39448
|
+
# instance type. For more information, see [Burstable performance
|
39449
|
+
# instances][1].
|
39450
|
+
#
|
39451
|
+
#
|
39452
|
+
#
|
39453
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html
|
39436
39454
|
# @return [Boolean]
|
39437
39455
|
#
|
39438
39456
|
# @!attribute [rw] dedicated_hosts_supported
|
@@ -39645,13 +39663,12 @@ module Aws::EC2
|
|
39645
39663
|
# The IP protocol name (`tcp`, `udp`, `icmp`, `icmpv6`) or number (see
|
39646
39664
|
# [Protocol Numbers][1]).
|
39647
39665
|
#
|
39648
|
-
#
|
39649
|
-
#
|
39650
|
-
#
|
39651
|
-
#
|
39652
|
-
#
|
39653
|
-
#
|
39654
|
-
# codes is allowed.
|
39666
|
+
# Use `-1` to specify all protocols. When authorizing security group
|
39667
|
+
# rules, specifying `-1` or a protocol number other than `tcp`, `udp`,
|
39668
|
+
# `icmp`, or `icmpv6` allows traffic on all ports, regardless of any
|
39669
|
+
# port range you specify. For `tcp`, `udp`, and `icmp`, you must
|
39670
|
+
# specify a port range. For `icmpv6`, the port range is optional; if
|
39671
|
+
# you omit the port range, traffic for all types and codes is allowed.
|
39655
39672
|
#
|
39656
39673
|
#
|
39657
39674
|
#
|
@@ -39663,11 +39680,11 @@ module Aws::EC2
|
|
39663
39680
|
# @return [Array<Types::IpRange>]
|
39664
39681
|
#
|
39665
39682
|
# @!attribute [rw] ipv_6_ranges
|
39666
|
-
#
|
39683
|
+
# The IPv6 ranges.
|
39667
39684
|
# @return [Array<Types::Ipv6Range>]
|
39668
39685
|
#
|
39669
39686
|
# @!attribute [rw] prefix_list_ids
|
39670
|
-
#
|
39687
|
+
# The prefix list IDs.
|
39671
39688
|
# @return [Array<Types::PrefixListId>]
|
39672
39689
|
#
|
39673
39690
|
# @!attribute [rw] to_port
|
@@ -40999,7 +41016,7 @@ module Aws::EC2
|
|
40999
41016
|
include Aws::Structure
|
41000
41017
|
end
|
41001
41018
|
|
41002
|
-
#
|
41019
|
+
# Describes an IPv6 range.
|
41003
41020
|
#
|
41004
41021
|
# @!attribute [rw] cidr_ipv_6
|
41005
41022
|
# The IPv6 CIDR range. You can either specify a CIDR range or a source
|
@@ -41530,7 +41547,12 @@ module Aws::EC2
|
|
41530
41547
|
# @return [Integer]
|
41531
41548
|
#
|
41532
41549
|
# @!attribute [rw] amd_sev_snp
|
41533
|
-
# Indicates whether the instance is enabled for AMD SEV-SNP.
|
41550
|
+
# Indicates whether the instance is enabled for AMD SEV-SNP. For more
|
41551
|
+
# information, see [AMD SEV-SNP][1].
|
41552
|
+
#
|
41553
|
+
#
|
41554
|
+
#
|
41555
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html
|
41534
41556
|
# @return [String]
|
41535
41557
|
#
|
41536
41558
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateCpuOptions AWS API Documentation
|
@@ -41558,7 +41580,12 @@ module Aws::EC2
|
|
41558
41580
|
#
|
41559
41581
|
# @!attribute [rw] amd_sev_snp
|
41560
41582
|
# Indicates whether to enable the instance for AMD SEV-SNP. AMD
|
41561
|
-
# SEV-SNP is supported with M6a, R6a, and C6a instance types only.
|
41583
|
+
# SEV-SNP is supported with M6a, R6a, and C6a instance types only. For
|
41584
|
+
# more information, see [AMD SEV-SNP][1].
|
41585
|
+
#
|
41586
|
+
#
|
41587
|
+
#
|
41588
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html
|
41562
41589
|
# @return [String]
|
41563
41590
|
#
|
41564
41591
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateCpuOptionsRequest AWS API Documentation
|
@@ -45022,8 +45049,7 @@ module Aws::EC2
|
|
45022
45049
|
#
|
45023
45050
|
# @!attribute [rw] http_protocol_ipv_6
|
45024
45051
|
# Enables or disables the IPv6 endpoint for the instance metadata
|
45025
|
-
# service.
|
45026
|
-
# metadata endpoint.
|
45052
|
+
# service. Applies only if you enabled the HTTP metadata endpoint.
|
45027
45053
|
# @return [String]
|
45028
45054
|
#
|
45029
45055
|
# @!attribute [rw] instance_metadata_tags
|
@@ -48317,7 +48343,7 @@ module Aws::EC2
|
|
48317
48343
|
# @return [Array<Types::NetworkAclAssociation>]
|
48318
48344
|
#
|
48319
48345
|
# @!attribute [rw] entries
|
48320
|
-
#
|
48346
|
+
# The entries (rules) in the network ACL.
|
48321
48347
|
# @return [Array<Types::NetworkAclEntry>]
|
48322
48348
|
#
|
48323
48349
|
# @!attribute [rw] is_default
|
@@ -49871,19 +49897,8 @@ module Aws::EC2
|
|
49871
49897
|
include Aws::Structure
|
49872
49898
|
end
|
49873
49899
|
|
49874
|
-
# <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
|
49875
|
-
# EC2-Classic to a VPC. For more information, see [Migrate from
|
49876
|
-
# EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud User
|
49877
|
-
# Guide*.
|
49878
|
-
#
|
49879
|
-
# </note>
|
49880
|
-
#
|
49881
49900
|
# Describes the VPC peering connection options.
|
49882
49901
|
#
|
49883
|
-
#
|
49884
|
-
#
|
49885
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
|
49886
|
-
#
|
49887
49902
|
# @!attribute [rw] allow_dns_resolution_from_remote_vpc
|
49888
49903
|
# If true, the public DNS hostnames of instances in the specified VPC
|
49889
49904
|
# resolve to private IP addresses when queried from instances in the
|
@@ -49891,15 +49906,11 @@ module Aws::EC2
|
|
49891
49906
|
# @return [Boolean]
|
49892
49907
|
#
|
49893
49908
|
# @!attribute [rw] allow_egress_from_local_classic_link_to_remote_vpc
|
49894
|
-
#
|
49895
|
-
# that's linked to a local VPC using ClassicLink to instances in a
|
49896
|
-
# peer VPC.
|
49909
|
+
# Deprecated.
|
49897
49910
|
# @return [Boolean]
|
49898
49911
|
#
|
49899
49912
|
# @!attribute [rw] allow_egress_from_local_vpc_to_remote_classic_link
|
49900
|
-
#
|
49901
|
-
# VPC to an EC2-Classic instance that's linked to a peer VPC using
|
49902
|
-
# ClassicLink.
|
49913
|
+
# Deprecated.
|
49903
49914
|
# @return [Boolean]
|
49904
49915
|
#
|
49905
49916
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PeeringConnectionOptions AWS API Documentation
|
@@ -49912,34 +49923,19 @@ module Aws::EC2
|
|
49912
49923
|
include Aws::Structure
|
49913
49924
|
end
|
49914
49925
|
|
49915
|
-
# <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
|
49916
|
-
# EC2-Classic to a VPC. For more information, see [Migrate from
|
49917
|
-
# EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud User
|
49918
|
-
# Guide*.
|
49919
|
-
#
|
49920
|
-
# </note>
|
49921
|
-
#
|
49922
49926
|
# The VPC peering connection options.
|
49923
49927
|
#
|
49924
|
-
#
|
49925
|
-
#
|
49926
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
|
49927
|
-
#
|
49928
49928
|
# @!attribute [rw] allow_dns_resolution_from_remote_vpc
|
49929
49929
|
# If true, enables a local VPC to resolve public DNS hostnames to
|
49930
49930
|
# private IP addresses when queried from instances in the peer VPC.
|
49931
49931
|
# @return [Boolean]
|
49932
49932
|
#
|
49933
49933
|
# @!attribute [rw] allow_egress_from_local_classic_link_to_remote_vpc
|
49934
|
-
#
|
49935
|
-
# that's linked to a local VPC using ClassicLink to instances in a
|
49936
|
-
# peer VPC.
|
49934
|
+
# Deprecated.
|
49937
49935
|
# @return [Boolean]
|
49938
49936
|
#
|
49939
49937
|
# @!attribute [rw] allow_egress_from_local_vpc_to_remote_classic_link
|
49940
|
-
#
|
49941
|
-
# VPC to an EC2-Classic instance that's linked to a peer VPC using
|
49942
|
-
# ClassicLink.
|
49938
|
+
# Deprecated.
|
49943
49939
|
# @return [Boolean]
|
49944
49940
|
#
|
49945
49941
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PeeringConnectionOptionsRequest AWS API Documentation
|
@@ -53034,8 +53030,51 @@ module Aws::EC2
|
|
53034
53030
|
# attributes, Amazon EC2 will identify instance types with these
|
53035
53031
|
# attributes.
|
53036
53032
|
#
|
53037
|
-
#
|
53033
|
+
# You must specify `VCpuCount` and `MemoryMiB`. All other attributes
|
53034
|
+
# are optional. Any unspecified optional attribute is set to its
|
53035
|
+
# default.
|
53036
|
+
#
|
53037
|
+
# When you specify multiple attributes, you get instance types that
|
53038
|
+
# satisfy all of the specified attributes. If you specify multiple
|
53039
|
+
# values for an attribute, you get instance types that satisfy any of
|
53040
|
+
# the specified values.
|
53041
|
+
#
|
53042
|
+
# To limit the list of instance types from which Amazon EC2 can
|
53043
|
+
# identify matching instance types, you can use one of the following
|
53044
|
+
# parameters, but not both in the same request:
|
53045
|
+
#
|
53046
|
+
# * `AllowedInstanceTypes` - The instance types to include in the
|
53047
|
+
# list. All other instance types are ignored, even if they match
|
53048
|
+
# your specified attributes.
|
53049
|
+
#
|
53050
|
+
# * `ExcludedInstanceTypes` - The instance types to exclude from the
|
53051
|
+
# list, even if they match your specified attributes.
|
53052
|
+
#
|
53053
|
+
# <note markdown="1"> If you specify `InstanceRequirements`, you can't specify
|
53038
53054
|
# `InstanceType`.
|
53055
|
+
#
|
53056
|
+
# Attribute-based instance type selection is only supported when using
|
53057
|
+
# Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances.
|
53058
|
+
# If you plan to use the launch template in the [launch instance
|
53059
|
+
# wizard][1], or with the [RunInstances][2] API or
|
53060
|
+
# [AWS::EC2::Instance][3] Amazon Web Services CloudFormation resource,
|
53061
|
+
# you can't specify `InstanceRequirements`.
|
53062
|
+
#
|
53063
|
+
# </note>
|
53064
|
+
#
|
53065
|
+
# For more information, see [Attribute-based instance type selection
|
53066
|
+
# for EC2 Fleet][4], [Attribute-based instance type selection for Spot
|
53067
|
+
# Fleet][5], and [Spot placement score][6] in the *Amazon EC2 User
|
53068
|
+
# Guide*.
|
53069
|
+
#
|
53070
|
+
#
|
53071
|
+
#
|
53072
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html
|
53073
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html
|
53074
|
+
# [3]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html
|
53075
|
+
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html
|
53076
|
+
# [5]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html
|
53077
|
+
# [6]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html
|
53039
53078
|
# @return [Types::InstanceRequirementsRequest]
|
53040
53079
|
#
|
53041
53080
|
# @!attribute [rw] private_dns_name_options
|
@@ -54872,16 +54911,14 @@ module Aws::EC2
|
|
54872
54911
|
# @return [Integer]
|
54873
54912
|
#
|
54874
54913
|
# @!attribute [rw] group_id
|
54875
|
-
# The ID of the security group.
|
54876
|
-
# group ID or the security group name in the request. For security
|
54877
|
-
# groups in a nondefault VPC, you must specify the security group ID.
|
54914
|
+
# The ID of the security group.
|
54878
54915
|
# @return [String]
|
54879
54916
|
#
|
54880
54917
|
# @!attribute [rw] group_name
|
54881
|
-
# \[
|
54882
|
-
#
|
54883
|
-
#
|
54884
|
-
#
|
54918
|
+
# \[Default VPC\] The name of the security group. You must specify
|
54919
|
+
# either the security group ID or the security group name in the
|
54920
|
+
# request. For security groups in a nondefault VPC, you must specify
|
54921
|
+
# the security group ID.
|
54885
54922
|
# @return [String]
|
54886
54923
|
#
|
54887
54924
|
# @!attribute [rw] ip_permissions
|
@@ -54899,23 +54936,16 @@ module Aws::EC2
|
|
54899
54936
|
# @return [String]
|
54900
54937
|
#
|
54901
54938
|
# @!attribute [rw] source_security_group_name
|
54902
|
-
# \[
|
54903
|
-
#
|
54904
|
-
#
|
54905
|
-
#
|
54906
|
-
#
|
54907
|
-
#
|
54908
|
-
# instead.
|
54939
|
+
# \[Default VPC\] The name of the source security group. You can't
|
54940
|
+
# specify this parameter in combination with the following parameters:
|
54941
|
+
# the CIDR IP address range, the start of the port range, the IP
|
54942
|
+
# protocol, and the end of the port range. The source security group
|
54943
|
+
# must be in the same VPC. To revoke a specific rule for an IP
|
54944
|
+
# protocol and port range, use a set of IP permissions instead.
|
54909
54945
|
# @return [String]
|
54910
54946
|
#
|
54911
54947
|
# @!attribute [rw] source_security_group_owner_id
|
54912
|
-
#
|
54913
|
-
# security group, if the source security group is in a different
|
54914
|
-
# account. You can't specify this parameter in combination with the
|
54915
|
-
# following parameters: the CIDR IP address range, the IP protocol,
|
54916
|
-
# the start of the port range, and the end of the port range. To
|
54917
|
-
# revoke a specific rule for an IP protocol and port range, use a set
|
54918
|
-
# of IP permissions instead.
|
54948
|
+
# Not supported.
|
54919
54949
|
# @return [String]
|
54920
54950
|
#
|
54921
54951
|
# @!attribute [rw] to_port
|
@@ -55271,18 +55301,9 @@ module Aws::EC2
|
|
55271
55301
|
# The instance type. For more information, see [Instance types][1] in
|
55272
55302
|
# the *Amazon EC2 User Guide*.
|
55273
55303
|
#
|
55274
|
-
# When you change your EBS-backed instance type, instance restart or
|
55275
|
-
# replacement behavior depends on the instance type compatibility
|
55276
|
-
# between the old and new types. An instance that's backed by an
|
55277
|
-
# instance store volume is always replaced. For more information, see
|
55278
|
-
# [Change the instance type][2] in the *Amazon EC2 User Guide*.
|
55279
|
-
#
|
55280
|
-
# Default: `m1.small`
|
55281
|
-
#
|
55282
55304
|
#
|
55283
55305
|
#
|
55284
55306
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
|
55285
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html
|
55286
55307
|
# @return [String]
|
55287
55308
|
#
|
55288
55309
|
# @!attribute [rw] ipv_6_address_count
|
@@ -55669,7 +55690,8 @@ module Aws::EC2
|
|
55669
55690
|
#
|
55670
55691
|
# @!attribute [rw] private_dns_name_options
|
55671
55692
|
# The options for the instance hostname. The default values are
|
55672
|
-
# inherited from the subnet.
|
55693
|
+
# inherited from the subnet. Applies only if creating a network
|
55694
|
+
# interface, not attaching an existing one.
|
55673
55695
|
# @return [Types::PrivateDnsNameOptionsRequest]
|
55674
55696
|
#
|
55675
55697
|
# @!attribute [rw] maintenance_options
|
@@ -56725,7 +56747,7 @@ module Aws::EC2
|
|
56725
56747
|
# @return [String]
|
56726
56748
|
#
|
56727
56749
|
# @!attribute [rw] ip_permissions_egress
|
56728
|
-
#
|
56750
|
+
# The outbound rules associated with the security group.
|
56729
56751
|
# @return [Array<Types::IpPermission>]
|
56730
56752
|
#
|
56731
56753
|
# @!attribute [rw] tags
|
@@ -56733,7 +56755,7 @@ module Aws::EC2
|
|
56733
56755
|
# @return [Array<Types::Tag>]
|
56734
56756
|
#
|
56735
56757
|
# @!attribute [rw] vpc_id
|
56736
|
-
#
|
56758
|
+
# The ID of the VPC for the security group.
|
56737
56759
|
# @return [String]
|
56738
56760
|
#
|
56739
56761
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroup AWS API Documentation
|
@@ -62327,7 +62349,7 @@ module Aws::EC2
|
|
62327
62349
|
end
|
62328
62350
|
|
62329
62351
|
# @!attribute [rw] nat_gateway_id
|
62330
|
-
# The NAT gateway
|
62352
|
+
# The ID of the NAT gateway.
|
62331
62353
|
# @return [String]
|
62332
62354
|
#
|
62333
62355
|
# @!attribute [rw] private_ip_addresses
|
@@ -62359,7 +62381,7 @@ module Aws::EC2
|
|
62359
62381
|
end
|
62360
62382
|
|
62361
62383
|
# @!attribute [rw] nat_gateway_id
|
62362
|
-
# The NAT gateway
|
62384
|
+
# The ID of the NAT gateway.
|
62363
62385
|
# @return [String]
|
62364
62386
|
#
|
62365
62387
|
# @!attribute [rw] nat_gateway_addresses
|
@@ -62507,8 +62529,7 @@ module Aws::EC2
|
|
62507
62529
|
#
|
62508
62530
|
# @!attribute [rw] group_name
|
62509
62531
|
# \[Default VPC\] The name of the security group. You must specify
|
62510
|
-
# either the security group ID or the security group name
|
62511
|
-
# request.
|
62532
|
+
# either the security group ID or the security group name.
|
62512
62533
|
# @return [String]
|
62513
62534
|
#
|
62514
62535
|
# @!attribute [rw] ip_permissions
|
@@ -62559,10 +62580,10 @@ module Aws::EC2
|
|
62559
62580
|
# @return [String]
|
62560
62581
|
#
|
62561
62582
|
# @!attribute [rw] group_name
|
62562
|
-
# \[
|
62563
|
-
#
|
62564
|
-
#
|
62565
|
-
#
|
62583
|
+
# \[Default VPC\] The name of the security group. You must specify
|
62584
|
+
# either the security group ID or the security group name. For
|
62585
|
+
# security groups in a nondefault VPC, you must specify the security
|
62586
|
+
# group ID.
|
62566
62587
|
# @return [String]
|
62567
62588
|
#
|
62568
62589
|
# @!attribute [rw] ip_permissions
|
@@ -62571,8 +62592,8 @@ module Aws::EC2
|
|
62571
62592
|
# @return [Array<Types::IpPermission>]
|
62572
62593
|
#
|
62573
62594
|
# @!attribute [rw] security_group_rule_descriptions
|
62574
|
-
#
|
62575
|
-
#
|
62595
|
+
# The description for the ingress security group rules. You must
|
62596
|
+
# specify either a description or IP permissions.
|
62576
62597
|
# @return [Array<Types::SecurityGroupRuleDescription>]
|
62577
62598
|
#
|
62578
62599
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/UpdateSecurityGroupRuleDescriptionsIngressRequest AWS API Documentation
|
@@ -62656,17 +62677,6 @@ module Aws::EC2
|
|
62656
62677
|
|
62657
62678
|
# Describes a security group and Amazon Web Services account ID pair.
|
62658
62679
|
#
|
62659
|
-
# <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
|
62660
|
-
# EC2-Classic to a VPC. For more information, see [Migrate from
|
62661
|
-
# EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud User
|
62662
|
-
# Guide*.
|
62663
|
-
#
|
62664
|
-
# </note>
|
62665
|
-
#
|
62666
|
-
#
|
62667
|
-
#
|
62668
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
|
62669
|
-
#
|
62670
62680
|
# @!attribute [rw] description
|
62671
62681
|
# A description for the security group rule that references this user
|
62672
62682
|
# ID group pair.
|
@@ -62680,9 +62690,8 @@ module Aws::EC2
|
|
62680
62690
|
# @return [String]
|
62681
62691
|
#
|
62682
62692
|
# @!attribute [rw] group_name
|
62683
|
-
# The name of the security group.
|
62684
|
-
# a
|
62685
|
-
# security group in a nondefault VPC, use the security group ID.
|
62693
|
+
# \[Default VPC\] The name of the security group. For a security group
|
62694
|
+
# in a nondefault VPC, use the security group ID.
|
62686
62695
|
#
|
62687
62696
|
# For a referenced security group in another VPC, this value is not
|
62688
62697
|
# returned if the referenced security group is deleted.
|
@@ -62698,9 +62707,6 @@ module Aws::EC2
|
|
62698
62707
|
# For a referenced security group in another VPC, the account ID of
|
62699
62708
|
# the referenced security group is returned in the response. If the
|
62700
62709
|
# referenced security group is deleted, this value is not returned.
|
62701
|
-
#
|
62702
|
-
# \[EC2-Classic\] Required when adding or removing rules that
|
62703
|
-
# reference a security group in another Amazon Web Services account.
|
62704
62710
|
# @return [String]
|
62705
62711
|
#
|
62706
62712
|
# @!attribute [rw] vpc_id
|
@@ -64058,19 +64064,12 @@ module Aws::EC2
|
|
64058
64064
|
include Aws::Structure
|
64059
64065
|
end
|
64060
64066
|
|
64061
|
-
# <note markdown="1">
|
64062
|
-
# EC2-Classic to a VPC. For more information, see [Migrate from
|
64063
|
-
# EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud User
|
64064
|
-
# Guide*.
|
64067
|
+
# <note markdown="1"> Deprecated.
|
64065
64068
|
#
|
64066
64069
|
# </note>
|
64067
64070
|
#
|
64068
64071
|
# Describes whether a VPC is enabled for ClassicLink.
|
64069
64072
|
#
|
64070
|
-
#
|
64071
|
-
#
|
64072
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
|
64073
|
-
#
|
64074
64073
|
# @!attribute [rw] classic_link_enabled
|
64075
64074
|
# Indicates whether the VPC is enabled for ClassicLink.
|
64076
64075
|
# @return [Boolean]
|
@@ -64345,32 +64344,19 @@ module Aws::EC2
|
|
64345
64344
|
include Aws::Structure
|
64346
64345
|
end
|
64347
64346
|
|
64348
|
-
# <note markdown="1"> We are retiring EC2-Classic. We recommend that you migrate from
|
64349
|
-
# EC2-Classic to a VPC. For more information, see [Migrate from
|
64350
|
-
# EC2-Classic to a VPC][1] in the *Amazon Elastic Compute Cloud User
|
64351
|
-
# Guide*.
|
64352
|
-
#
|
64353
|
-
# </note>
|
64354
|
-
#
|
64355
64347
|
# Describes the VPC peering connection options.
|
64356
64348
|
#
|
64357
|
-
#
|
64358
|
-
#
|
64359
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html
|
64360
|
-
#
|
64361
64349
|
# @!attribute [rw] allow_dns_resolution_from_remote_vpc
|
64362
64350
|
# Indicates whether a local VPC can resolve public DNS hostnames to
|
64363
64351
|
# private IP addresses when queried from instances in a peer VPC.
|
64364
64352
|
# @return [Boolean]
|
64365
64353
|
#
|
64366
64354
|
# @!attribute [rw] allow_egress_from_local_classic_link_to_remote_vpc
|
64367
|
-
#
|
64368
|
-
# with the peer VPC over the VPC peering connection.
|
64355
|
+
# Deprecated.
|
64369
64356
|
# @return [Boolean]
|
64370
64357
|
#
|
64371
64358
|
# @!attribute [rw] allow_egress_from_local_vpc_to_remote_classic_link
|
64372
|
-
#
|
64373
|
-
# connection in the peer VPC over the VPC peering connection.
|
64359
|
+
# Deprecated.
|
64374
64360
|
# @return [Boolean]
|
64375
64361
|
#
|
64376
64362
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpcPeeringConnectionOptionsDescription AWS API Documentation
|