aws-sdk-ec2 1.423.0 → 1.426.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +68 -25
- data/lib/aws-sdk-ec2/client_api.rb +8 -0
- data/lib/aws-sdk-ec2/resource.rb +11 -9
- data/lib/aws-sdk-ec2/types.rb +196 -67
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2250e80286eb05acd9a41e1ba792fd396079e4c2f1f23c5aac3cfdb55b0c4054
|
4
|
+
data.tar.gz: 23bac22f8cbf3d3ed7924c69ebb9ab26253692813f622026ab7898c02f8264ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01a42ab631a6fd4b76438112baa444e720607b9f3ae113fe950f7351f5bab7b77afbf566e3d228fcfe278a7afc90696251867eec459c2c20accf1b252630f6f0
|
7
|
+
data.tar.gz: 3476bbec345f146d0e9dcddf694f081b92b124fc8215502a2354b6ffd68d1e2a81ce85ac5fc83d9e7aaf46b3706e4f744ddf0c3282c98a72159e60fa51f1643c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.426.0 (2023-11-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.425.0 (2023-11-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for Amazon EC2.
|
13
|
+
|
14
|
+
1.424.0 (2023-11-20)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.
|
18
|
+
|
4
19
|
1.423.0 (2023-11-17)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.426.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -646,6 +646,7 @@ module Aws::EC2
|
|
646
646
|
# resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
|
647
647
|
# resp.transit_gateway_vpc_attachment.creation_time #=> Time
|
648
648
|
# resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
|
649
|
+
# resp.transit_gateway_vpc_attachment.options.security_group_referencing_support #=> String, one of "enable", "disable"
|
649
650
|
# resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
|
650
651
|
# resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
|
651
652
|
# resp.transit_gateway_vpc_attachment.tags #=> Array
|
@@ -3233,9 +3234,17 @@ module Aws::EC2
|
|
3233
3234
|
# For information about VPC security group quotas, see [Amazon VPC
|
3234
3235
|
# quotas][1].
|
3235
3236
|
#
|
3237
|
+
# <note markdown="1"> If you want to reference a security group across VPCs attached to a
|
3238
|
+
# transit gateway using the [security group referencing feature][2],
|
3239
|
+
# note that you can only reference security groups for ingress rules.
|
3240
|
+
# You cannot reference a security group for egress rules.
|
3241
|
+
#
|
3242
|
+
# </note>
|
3243
|
+
#
|
3236
3244
|
#
|
3237
3245
|
#
|
3238
3246
|
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html
|
3247
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw
|
3239
3248
|
#
|
3240
3249
|
# @option params [Boolean] :dry_run
|
3241
3250
|
# Checks whether you have the required permissions for the action,
|
@@ -12691,6 +12700,7 @@ module Aws::EC2
|
|
12691
12700
|
# default_route_table_propagation: "enable", # accepts enable, disable
|
12692
12701
|
# vpn_ecmp_support: "enable", # accepts enable, disable
|
12693
12702
|
# dns_support: "enable", # accepts enable, disable
|
12703
|
+
# security_group_referencing_support: "enable", # accepts enable, disable
|
12694
12704
|
# multicast_support: "enable", # accepts enable, disable
|
12695
12705
|
# transit_gateway_cidr_blocks: ["String"],
|
12696
12706
|
# },
|
@@ -12726,6 +12736,7 @@ module Aws::EC2
|
|
12726
12736
|
# resp.transit_gateway.options.propagation_default_route_table_id #=> String
|
12727
12737
|
# resp.transit_gateway.options.vpn_ecmp_support #=> String, one of "enable", "disable"
|
12728
12738
|
# resp.transit_gateway.options.dns_support #=> String, one of "enable", "disable"
|
12739
|
+
# resp.transit_gateway.options.security_group_referencing_support #=> String, one of "enable", "disable"
|
12729
12740
|
# resp.transit_gateway.options.multicast_support #=> String, one of "enable", "disable"
|
12730
12741
|
# resp.transit_gateway.tags #=> Array
|
12731
12742
|
# resp.transit_gateway.tags[0].key #=> String
|
@@ -13416,6 +13427,7 @@ module Aws::EC2
|
|
13416
13427
|
# subnet_ids: ["SubnetId"], # required
|
13417
13428
|
# options: {
|
13418
13429
|
# dns_support: "enable", # accepts enable, disable
|
13430
|
+
# security_group_referencing_support: "enable", # accepts enable, disable
|
13419
13431
|
# ipv_6_support: "enable", # accepts enable, disable
|
13420
13432
|
# appliance_mode_support: "enable", # accepts enable, disable
|
13421
13433
|
# },
|
@@ -13444,6 +13456,7 @@ module Aws::EC2
|
|
13444
13456
|
# resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
|
13445
13457
|
# resp.transit_gateway_vpc_attachment.creation_time #=> Time
|
13446
13458
|
# resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
|
13459
|
+
# resp.transit_gateway_vpc_attachment.options.security_group_referencing_support #=> String, one of "enable", "disable"
|
13447
13460
|
# resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
|
13448
13461
|
# resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
|
13449
13462
|
# resp.transit_gateway_vpc_attachment.tags #=> Array
|
@@ -13979,14 +13992,14 @@ module Aws::EC2
|
|
13979
13992
|
#
|
13980
13993
|
# The following are the supported values for each volume type:
|
13981
13994
|
#
|
13982
|
-
# * `gp3`: 3,000-16,000 IOPS
|
13995
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
13983
13996
|
#
|
13984
|
-
# * `io1`: 100-64,000 IOPS
|
13997
|
+
# * `io1`: 100 - 64,000 IOPS
|
13985
13998
|
#
|
13986
|
-
# * `io2`: 100-
|
13999
|
+
# * `io2`: 100 - 256,000 IOPS
|
13987
14000
|
#
|
13988
|
-
#
|
13989
|
-
# built on the Nitro System][1].
|
14001
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
14002
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
13990
14003
|
# performance up to 32,000 IOPS.
|
13991
14004
|
#
|
13992
14005
|
# This parameter is required for `io1` and `io2` volumes. The default
|
@@ -14030,13 +14043,15 @@ module Aws::EC2
|
|
14030
14043
|
#
|
14031
14044
|
# The following are the supported volumes sizes for each volume type:
|
14032
14045
|
#
|
14033
|
-
# * `gp2` and `gp3`: 1-16,384
|
14046
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
14047
|
+
#
|
14048
|
+
# * `io1`: 4 - 16,384 GiB
|
14034
14049
|
#
|
14035
|
-
# * `
|
14050
|
+
# * `io2`: 4 - 65,536 GiB
|
14036
14051
|
#
|
14037
|
-
# * `st1` and `sc1`: 125-16,384
|
14052
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
14038
14053
|
#
|
14039
|
-
# * `standard`: 1-
|
14054
|
+
# * `standard`: 1 - 1024 GiB
|
14040
14055
|
#
|
14041
14056
|
# @option params [String] :snapshot_id
|
14042
14057
|
# The snapshot from which to create the volume. You must specify either
|
@@ -17735,6 +17750,7 @@ module Aws::EC2
|
|
17735
17750
|
# resp.transit_gateway.options.propagation_default_route_table_id #=> String
|
17736
17751
|
# resp.transit_gateway.options.vpn_ecmp_support #=> String, one of "enable", "disable"
|
17737
17752
|
# resp.transit_gateway.options.dns_support #=> String, one of "enable", "disable"
|
17753
|
+
# resp.transit_gateway.options.security_group_referencing_support #=> String, one of "enable", "disable"
|
17738
17754
|
# resp.transit_gateway.options.multicast_support #=> String, one of "enable", "disable"
|
17739
17755
|
# resp.transit_gateway.tags #=> Array
|
17740
17756
|
# resp.transit_gateway.tags[0].key #=> String
|
@@ -18206,6 +18222,7 @@ module Aws::EC2
|
|
18206
18222
|
# resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
|
18207
18223
|
# resp.transit_gateway_vpc_attachment.creation_time #=> Time
|
18208
18224
|
# resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
|
18225
|
+
# resp.transit_gateway_vpc_attachment.options.security_group_referencing_support #=> String, one of "enable", "disable"
|
18209
18226
|
# resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
|
18210
18227
|
# resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
|
18211
18228
|
# resp.transit_gateway_vpc_attachment.tags #=> Array
|
@@ -31312,8 +31329,9 @@ module Aws::EC2
|
|
31312
31329
|
req.send_request(options)
|
31313
31330
|
end
|
31314
31331
|
|
31315
|
-
# Describes the VPCs on the other side of a VPC peering connection
|
31316
|
-
#
|
31332
|
+
# Describes the VPCs on the other side of a VPC peering connection or
|
31333
|
+
# the VPCs attached to a transit gateway that are referencing the
|
31334
|
+
# security groups you've specified in this request.
|
31317
31335
|
#
|
31318
31336
|
# @option params [Boolean] :dry_run
|
31319
31337
|
# Checks whether you have the required permissions for the action,
|
@@ -31363,6 +31381,7 @@ module Aws::EC2
|
|
31363
31381
|
# resp.security_group_reference_set[0].group_id #=> String
|
31364
31382
|
# resp.security_group_reference_set[0].referencing_vpc_id #=> String
|
31365
31383
|
# resp.security_group_reference_set[0].vpc_peering_connection_id #=> String
|
31384
|
+
# resp.security_group_reference_set[0].transit_gateway_id #=> String
|
31366
31385
|
#
|
31367
31386
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupReferences AWS API Documentation
|
31368
31387
|
#
|
@@ -32775,9 +32794,9 @@ module Aws::EC2
|
|
32775
32794
|
# volume, in GiB.
|
32776
32795
|
#
|
32777
32796
|
# * `launch.block-device-mapping.volume-type` - The type of EBS volume:
|
32778
|
-
# `gp2` for General Purpose SSD, `io1` or `io2` for
|
32779
|
-
# SSD, `st1` for Throughput Optimized HDD, `sc1`for
|
32780
|
-
# `standard` for Magnetic.
|
32797
|
+
# `gp2` or `gp3` for General Purpose SSD, `io1` or `io2` for
|
32798
|
+
# Provisioned IOPS SSD, `st1` for Throughput Optimized HDD, `sc1` for
|
32799
|
+
# Cold HDD, or `standard` for Magnetic.
|
32781
32800
|
#
|
32782
32801
|
# * `launch.group-id` - The ID of the security group for the instance.
|
32783
32802
|
#
|
@@ -33228,9 +33247,16 @@ module Aws::EC2
|
|
33228
33247
|
|
33229
33248
|
# Describes the stale security group rules for security groups in a
|
33230
33249
|
# specified VPC. Rules are stale when they reference a deleted security
|
33231
|
-
# group in the same VPC
|
33232
|
-
#
|
33233
|
-
#
|
33250
|
+
# group in the same VPC, peered VPC, or in separate VPCs attached to a
|
33251
|
+
# transit gateway (with [security group referencing support][1]
|
33252
|
+
# enabled). Rules can also be stale if they reference a security group
|
33253
|
+
# in a peer VPC for which the VPC peering connection has been deleted or
|
33254
|
+
# if they reference a security group in a VPC that has been detached
|
33255
|
+
# from a transit gateway.
|
33256
|
+
#
|
33257
|
+
#
|
33258
|
+
#
|
33259
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw
|
33234
33260
|
#
|
33235
33261
|
# @option params [Boolean] :dry_run
|
33236
33262
|
# Checks whether you have the required permissions for the action,
|
@@ -34785,6 +34811,7 @@ module Aws::EC2
|
|
34785
34811
|
# resp.transit_gateway_vpc_attachments[0].subnet_ids[0] #=> String
|
34786
34812
|
# resp.transit_gateway_vpc_attachments[0].creation_time #=> Time
|
34787
34813
|
# resp.transit_gateway_vpc_attachments[0].options.dns_support #=> String, one of "enable", "disable"
|
34814
|
+
# resp.transit_gateway_vpc_attachments[0].options.security_group_referencing_support #=> String, one of "enable", "disable"
|
34788
34815
|
# resp.transit_gateway_vpc_attachments[0].options.ipv_6_support #=> String, one of "enable", "disable"
|
34789
34816
|
# resp.transit_gateway_vpc_attachments[0].options.appliance_mode_support #=> String, one of "enable", "disable"
|
34790
34817
|
# resp.transit_gateway_vpc_attachments[0].tags #=> Array
|
@@ -34900,6 +34927,7 @@ module Aws::EC2
|
|
34900
34927
|
# resp.transit_gateways[0].options.propagation_default_route_table_id #=> String
|
34901
34928
|
# resp.transit_gateways[0].options.vpn_ecmp_support #=> String, one of "enable", "disable"
|
34902
34929
|
# resp.transit_gateways[0].options.dns_support #=> String, one of "enable", "disable"
|
34930
|
+
# resp.transit_gateways[0].options.security_group_referencing_support #=> String, one of "enable", "disable"
|
34903
34931
|
# resp.transit_gateways[0].options.multicast_support #=> String, one of "enable", "disable"
|
34904
34932
|
# resp.transit_gateways[0].tags #=> Array
|
34905
34933
|
# resp.transit_gateways[0].tags[0].key #=> String
|
@@ -48979,6 +49007,7 @@ module Aws::EC2
|
|
48979
49007
|
# remove_transit_gateway_cidr_blocks: ["String"],
|
48980
49008
|
# vpn_ecmp_support: "enable", # accepts enable, disable
|
48981
49009
|
# dns_support: "enable", # accepts enable, disable
|
49010
|
+
# security_group_referencing_support: "enable", # accepts enable, disable
|
48982
49011
|
# auto_accept_shared_attachments: "enable", # accepts enable, disable
|
48983
49012
|
# default_route_table_association: "enable", # accepts enable, disable
|
48984
49013
|
# association_default_route_table_id: "TransitGatewayRouteTableId",
|
@@ -49007,6 +49036,7 @@ module Aws::EC2
|
|
49007
49036
|
# resp.transit_gateway.options.propagation_default_route_table_id #=> String
|
49008
49037
|
# resp.transit_gateway.options.vpn_ecmp_support #=> String, one of "enable", "disable"
|
49009
49038
|
# resp.transit_gateway.options.dns_support #=> String, one of "enable", "disable"
|
49039
|
+
# resp.transit_gateway.options.security_group_referencing_support #=> String, one of "enable", "disable"
|
49010
49040
|
# resp.transit_gateway.options.multicast_support #=> String, one of "enable", "disable"
|
49011
49041
|
# resp.transit_gateway.tags #=> Array
|
49012
49042
|
# resp.transit_gateway.tags[0].key #=> String
|
@@ -49109,6 +49139,7 @@ module Aws::EC2
|
|
49109
49139
|
# remove_subnet_ids: ["SubnetId"],
|
49110
49140
|
# options: {
|
49111
49141
|
# dns_support: "enable", # accepts enable, disable
|
49142
|
+
# security_group_referencing_support: "enable", # accepts enable, disable
|
49112
49143
|
# ipv_6_support: "enable", # accepts enable, disable
|
49113
49144
|
# appliance_mode_support: "enable", # accepts enable, disable
|
49114
49145
|
# },
|
@@ -49126,6 +49157,7 @@ module Aws::EC2
|
|
49126
49157
|
# resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
|
49127
49158
|
# resp.transit_gateway_vpc_attachment.creation_time #=> Time
|
49128
49159
|
# resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
|
49160
|
+
# resp.transit_gateway_vpc_attachment.options.security_group_referencing_support #=> String, one of "enable", "disable"
|
49129
49161
|
# resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
|
49130
49162
|
# resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
|
49131
49163
|
# resp.transit_gateway_vpc_attachment.tags #=> Array
|
@@ -49756,13 +49788,15 @@ module Aws::EC2
|
|
49756
49788
|
#
|
49757
49789
|
# The following are the supported volumes sizes for each volume type:
|
49758
49790
|
#
|
49759
|
-
# * `gp2` and `gp3`: 1-16,384
|
49791
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
49760
49792
|
#
|
49761
|
-
# * `io1
|
49793
|
+
# * `io1`: 4 - 16,384 GiB
|
49762
49794
|
#
|
49763
|
-
# * `
|
49795
|
+
# * `io2`: 4 - 65,536 GiB
|
49764
49796
|
#
|
49765
|
-
# * `
|
49797
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
49798
|
+
#
|
49799
|
+
# * `standard`: 1 - 1024 GiB
|
49766
49800
|
#
|
49767
49801
|
# Default: The existing size is retained.
|
49768
49802
|
#
|
@@ -49783,16 +49817,24 @@ module Aws::EC2
|
|
49783
49817
|
#
|
49784
49818
|
# The following are the supported values for each volume type:
|
49785
49819
|
#
|
49786
|
-
# * `gp3`: 3,000-16,000 IOPS
|
49820
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
49821
|
+
#
|
49822
|
+
# * `io1`: 100 - 64,000 IOPS
|
49787
49823
|
#
|
49788
|
-
# * `
|
49824
|
+
# * `io2`: 100 - 256,000 IOPS
|
49789
49825
|
#
|
49790
|
-
#
|
49826
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
49827
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
49828
|
+
# performance up to 32,000 IOPS.
|
49791
49829
|
#
|
49792
49830
|
# Default: The existing value is retained if you keep the same volume
|
49793
49831
|
# type. If you change the volume type to `io1`, `io2`, or `gp3`, the
|
49794
49832
|
# default is 3,000.
|
49795
49833
|
#
|
49834
|
+
#
|
49835
|
+
#
|
49836
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
|
49837
|
+
#
|
49796
49838
|
# @option params [Integer] :throughput
|
49797
49839
|
# The target throughput of the volume, in MiB/s. This parameter is valid
|
49798
49840
|
# only for `gp3` volumes. The maximum value is 1,000.
|
@@ -52486,6 +52528,7 @@ module Aws::EC2
|
|
52486
52528
|
# resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
|
52487
52529
|
# resp.transit_gateway_vpc_attachment.creation_time #=> Time
|
52488
52530
|
# resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
|
52531
|
+
# resp.transit_gateway_vpc_attachment.options.security_group_referencing_support #=> String, one of "enable", "disable"
|
52489
52532
|
# resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
|
52490
52533
|
# resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
|
52491
52534
|
# resp.transit_gateway_vpc_attachment.tags #=> Array
|
@@ -58573,7 +58616,7 @@ module Aws::EC2
|
|
58573
58616
|
params: params,
|
58574
58617
|
config: config)
|
58575
58618
|
context[:gem_name] = 'aws-sdk-ec2'
|
58576
|
-
context[:gem_version] = '1.
|
58619
|
+
context[:gem_version] = '1.426.0'
|
58577
58620
|
Seahorse::Client::Request.new(handlers, context)
|
58578
58621
|
end
|
58579
58622
|
|
@@ -2649,6 +2649,7 @@ module Aws::EC2
|
|
2649
2649
|
SecurityGroupName = Shapes::StringShape.new(name: 'SecurityGroupName')
|
2650
2650
|
SecurityGroupReference = Shapes::StructureShape.new(name: 'SecurityGroupReference')
|
2651
2651
|
SecurityGroupReferences = Shapes::ListShape.new(name: 'SecurityGroupReferences')
|
2652
|
+
SecurityGroupReferencingSupportValue = Shapes::StringShape.new(name: 'SecurityGroupReferencingSupportValue')
|
2652
2653
|
SecurityGroupRule = Shapes::StructureShape.new(name: 'SecurityGroupRule')
|
2653
2654
|
SecurityGroupRuleDescription = Shapes::StructureShape.new(name: 'SecurityGroupRuleDescription')
|
2654
2655
|
SecurityGroupRuleDescriptionList = Shapes::ListShape.new(name: 'SecurityGroupRuleDescriptionList')
|
@@ -5291,6 +5292,7 @@ module Aws::EC2
|
|
5291
5292
|
CreateTransitGatewayVpcAttachmentRequest.struct_class = Types::CreateTransitGatewayVpcAttachmentRequest
|
5292
5293
|
|
5293
5294
|
CreateTransitGatewayVpcAttachmentRequestOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
|
5295
|
+
CreateTransitGatewayVpcAttachmentRequestOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "SecurityGroupReferencingSupport"))
|
5294
5296
|
CreateTransitGatewayVpcAttachmentRequestOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Ipv6SupportValue, location_name: "Ipv6Support"))
|
5295
5297
|
CreateTransitGatewayVpcAttachmentRequestOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: ApplianceModeSupportValue, location_name: "ApplianceModeSupport"))
|
5296
5298
|
CreateTransitGatewayVpcAttachmentRequestOptions.struct_class = Types::CreateTransitGatewayVpcAttachmentRequestOptions
|
@@ -11648,6 +11650,7 @@ module Aws::EC2
|
|
11648
11650
|
ModifyTransitGatewayOptions.add_member(:remove_transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "RemoveTransitGatewayCidrBlocks"))
|
11649
11651
|
ModifyTransitGatewayOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "VpnEcmpSupport"))
|
11650
11652
|
ModifyTransitGatewayOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
|
11653
|
+
ModifyTransitGatewayOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "SecurityGroupReferencingSupport"))
|
11651
11654
|
ModifyTransitGatewayOptions.add_member(:auto_accept_shared_attachments, Shapes::ShapeRef.new(shape: AutoAcceptSharedAttachmentsValue, location_name: "AutoAcceptSharedAttachments"))
|
11652
11655
|
ModifyTransitGatewayOptions.add_member(:default_route_table_association, Shapes::ShapeRef.new(shape: DefaultRouteTableAssociationValue, location_name: "DefaultRouteTableAssociation"))
|
11653
11656
|
ModifyTransitGatewayOptions.add_member(:association_default_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, location_name: "AssociationDefaultRouteTableId"))
|
@@ -11683,6 +11686,7 @@ module Aws::EC2
|
|
11683
11686
|
ModifyTransitGatewayVpcAttachmentRequest.struct_class = Types::ModifyTransitGatewayVpcAttachmentRequest
|
11684
11687
|
|
11685
11688
|
ModifyTransitGatewayVpcAttachmentRequestOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
|
11689
|
+
ModifyTransitGatewayVpcAttachmentRequestOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "SecurityGroupReferencingSupport"))
|
11686
11690
|
ModifyTransitGatewayVpcAttachmentRequestOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Ipv6SupportValue, location_name: "Ipv6Support"))
|
11687
11691
|
ModifyTransitGatewayVpcAttachmentRequestOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: ApplianceModeSupportValue, location_name: "ApplianceModeSupport"))
|
11688
11692
|
ModifyTransitGatewayVpcAttachmentRequestOptions.struct_class = Types::ModifyTransitGatewayVpcAttachmentRequestOptions
|
@@ -13747,6 +13751,7 @@ module Aws::EC2
|
|
13747
13751
|
SecurityGroupReference.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
|
13748
13752
|
SecurityGroupReference.add_member(:referencing_vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "referencingVpcId"))
|
13749
13753
|
SecurityGroupReference.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
|
13754
|
+
SecurityGroupReference.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayId"))
|
13750
13755
|
SecurityGroupReference.struct_class = Types::SecurityGroupReference
|
13751
13756
|
|
13752
13757
|
SecurityGroupReferences.member = Shapes::ShapeRef.new(shape: SecurityGroupReference, location_name: "item")
|
@@ -14644,6 +14649,7 @@ module Aws::EC2
|
|
14644
14649
|
TransitGatewayOptions.add_member(:propagation_default_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "propagationDefaultRouteTableId"))
|
14645
14650
|
TransitGatewayOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "vpnEcmpSupport"))
|
14646
14651
|
TransitGatewayOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "dnsSupport"))
|
14652
|
+
TransitGatewayOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "securityGroupReferencingSupport"))
|
14647
14653
|
TransitGatewayOptions.add_member(:multicast_support, Shapes::ShapeRef.new(shape: MulticastSupportValue, location_name: "multicastSupport"))
|
14648
14654
|
TransitGatewayOptions.struct_class = Types::TransitGatewayOptions
|
14649
14655
|
|
@@ -14731,6 +14737,7 @@ module Aws::EC2
|
|
14731
14737
|
TransitGatewayRequestOptions.add_member(:default_route_table_propagation, Shapes::ShapeRef.new(shape: DefaultRouteTablePropagationValue, location_name: "DefaultRouteTablePropagation"))
|
14732
14738
|
TransitGatewayRequestOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "VpnEcmpSupport"))
|
14733
14739
|
TransitGatewayRequestOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
|
14740
|
+
TransitGatewayRequestOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "SecurityGroupReferencingSupport"))
|
14734
14741
|
TransitGatewayRequestOptions.add_member(:multicast_support, Shapes::ShapeRef.new(shape: MulticastSupportValue, location_name: "MulticastSupport"))
|
14735
14742
|
TransitGatewayRequestOptions.add_member(:transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "TransitGatewayCidrBlocks"))
|
14736
14743
|
TransitGatewayRequestOptions.struct_class = Types::TransitGatewayRequestOptions
|
@@ -14824,6 +14831,7 @@ module Aws::EC2
|
|
14824
14831
|
TransitGatewayVpcAttachmentList.member = Shapes::ShapeRef.new(shape: TransitGatewayVpcAttachment, location_name: "item")
|
14825
14832
|
|
14826
14833
|
TransitGatewayVpcAttachmentOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "dnsSupport"))
|
14834
|
+
TransitGatewayVpcAttachmentOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "securityGroupReferencingSupport"))
|
14827
14835
|
TransitGatewayVpcAttachmentOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Ipv6SupportValue, location_name: "ipv6Support"))
|
14828
14836
|
TransitGatewayVpcAttachmentOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: ApplianceModeSupportValue, location_name: "applianceModeSupport"))
|
14829
14837
|
TransitGatewayVpcAttachmentOptions.struct_class = Types::TransitGatewayVpcAttachmentOptions
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -1481,14 +1481,14 @@ module Aws::EC2
|
|
1481
1481
|
#
|
1482
1482
|
# The following are the supported values for each volume type:
|
1483
1483
|
#
|
1484
|
-
# * `gp3`: 3,000-16,000 IOPS
|
1484
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
1485
1485
|
#
|
1486
|
-
# * `io1`: 100-64,000 IOPS
|
1486
|
+
# * `io1`: 100 - 64,000 IOPS
|
1487
1487
|
#
|
1488
|
-
# * `io2`: 100-
|
1488
|
+
# * `io2`: 100 - 256,000 IOPS
|
1489
1489
|
#
|
1490
|
-
#
|
1491
|
-
# built on the Nitro System][1].
|
1490
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
1491
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
1492
1492
|
# performance up to 32,000 IOPS.
|
1493
1493
|
#
|
1494
1494
|
# This parameter is required for `io1` and `io2` volumes. The default
|
@@ -1529,13 +1529,15 @@ module Aws::EC2
|
|
1529
1529
|
#
|
1530
1530
|
# The following are the supported volumes sizes for each volume type:
|
1531
1531
|
#
|
1532
|
-
# * `gp2` and `gp3`: 1-16,384
|
1532
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
1533
1533
|
#
|
1534
|
-
# * `io1
|
1534
|
+
# * `io1`: 4 - 16,384 GiB
|
1535
1535
|
#
|
1536
|
-
# * `
|
1536
|
+
# * `io2`: 4 - 65,536 GiB
|
1537
1537
|
#
|
1538
|
-
# * `
|
1538
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
1539
|
+
#
|
1540
|
+
# * `standard`: 1 - 1024 GiB
|
1539
1541
|
# @option options [String] :snapshot_id
|
1540
1542
|
# The snapshot from which to create the volume. You must specify either
|
1541
1543
|
# a snapshot ID or a volume size.
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -11760,6 +11760,29 @@ module Aws::EC2
|
|
11760
11760
|
# Enable or disable DNS support. The default is `enable`.
|
11761
11761
|
# @return [String]
|
11762
11762
|
#
|
11763
|
+
# @!attribute [rw] security_group_referencing_support
|
11764
|
+
# Enables you to reference a security group across VPCs attached to a
|
11765
|
+
# transit gateway (TGW). Use this option to simplify security group
|
11766
|
+
# management and control of instance-to-instance traffic across VPCs
|
11767
|
+
# that are connected by transit gateway. You can also use this option
|
11768
|
+
# to migrate from VPC peering (which was the only option that
|
11769
|
+
# supported security group referencing) to transit gateways (which now
|
11770
|
+
# also support security group referencing). This option is disabled by
|
11771
|
+
# default and there are no additional costs to use this feature.
|
11772
|
+
#
|
11773
|
+
# If you don't enable or disable SecurityGroupReferencingSupport in
|
11774
|
+
# the request, the attachment will inherit the security group
|
11775
|
+
# referencing support setting on the transit gateway.
|
11776
|
+
#
|
11777
|
+
# For important information about this feature, see [Create a transit
|
11778
|
+
# gateway attachment to a VPC][1] in the *Amazon Web Services Transit
|
11779
|
+
# Gateway Guide*.
|
11780
|
+
#
|
11781
|
+
#
|
11782
|
+
#
|
11783
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#create-vpc-attachment
|
11784
|
+
# @return [String]
|
11785
|
+
#
|
11763
11786
|
# @!attribute [rw] ipv_6_support
|
11764
11787
|
# Enable or disable IPv6 support. The default is `disable`.
|
11765
11788
|
# @return [String]
|
@@ -11775,6 +11798,7 @@ module Aws::EC2
|
|
11775
11798
|
#
|
11776
11799
|
class CreateTransitGatewayVpcAttachmentRequestOptions < Struct.new(
|
11777
11800
|
:dns_support,
|
11801
|
+
:security_group_referencing_support,
|
11778
11802
|
:ipv_6_support,
|
11779
11803
|
:appliance_mode_support)
|
11780
11804
|
SENSITIVE = []
|
@@ -12317,14 +12341,14 @@ module Aws::EC2
|
|
12317
12341
|
#
|
12318
12342
|
# The following are the supported values for each volume type:
|
12319
12343
|
#
|
12320
|
-
# * `gp3`: 3,000-16,000 IOPS
|
12344
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
12321
12345
|
#
|
12322
|
-
# * `io1`: 100-64,000 IOPS
|
12346
|
+
# * `io1`: 100 - 64,000 IOPS
|
12323
12347
|
#
|
12324
|
-
# * `io2`: 100-
|
12348
|
+
# * `io2`: 100 - 256,000 IOPS
|
12325
12349
|
#
|
12326
|
-
#
|
12327
|
-
# built on the Nitro System][1].
|
12350
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
12351
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
12328
12352
|
# performance up to 32,000 IOPS.
|
12329
12353
|
#
|
12330
12354
|
# This parameter is required for `io1` and `io2` volumes. The default
|
@@ -12371,13 +12395,15 @@ module Aws::EC2
|
|
12371
12395
|
#
|
12372
12396
|
# The following are the supported volumes sizes for each volume type:
|
12373
12397
|
#
|
12374
|
-
# * `gp2` and `gp3`: 1-16,384
|
12398
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
12375
12399
|
#
|
12376
|
-
# * `io1
|
12400
|
+
# * `io1`: 4 - 16,384 GiB
|
12377
12401
|
#
|
12378
|
-
# * `
|
12402
|
+
# * `io2`: 4 - 65,536 GiB
|
12379
12403
|
#
|
12380
|
-
# * `
|
12404
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
12405
|
+
#
|
12406
|
+
# * `standard`: 1 - 1024 GiB
|
12381
12407
|
# @return [Integer]
|
12382
12408
|
#
|
12383
12409
|
# @!attribute [rw] snapshot_id
|
@@ -24722,9 +24748,9 @@ module Aws::EC2
|
|
24722
24748
|
# volume, in GiB.
|
24723
24749
|
#
|
24724
24750
|
# * `launch.block-device-mapping.volume-type` - The type of EBS
|
24725
|
-
# volume: `gp2` for General Purpose SSD, `io1` or `io2` for
|
24726
|
-
# Provisioned IOPS SSD, `st1` for Throughput Optimized HDD, `sc1`
|
24727
|
-
# Cold HDD, or `standard` for Magnetic.
|
24751
|
+
# volume: `gp2` or `gp3` for General Purpose SSD, `io1` or `io2` for
|
24752
|
+
# Provisioned IOPS SSD, `st1` for Throughput Optimized HDD, `sc1`
|
24753
|
+
# for Cold HDD, or `standard` for Magnetic.
|
24728
24754
|
#
|
24729
24755
|
# * `launch.group-id` - The ID of the security group for the instance.
|
24730
24756
|
#
|
@@ -29784,19 +29810,18 @@ module Aws::EC2
|
|
29784
29810
|
#
|
29785
29811
|
# The following are the supported values for each volume type:
|
29786
29812
|
#
|
29787
|
-
# * `gp3`: 3,000-16,000 IOPS
|
29813
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
29788
29814
|
#
|
29789
|
-
# * `io1`: 100-64,000 IOPS
|
29815
|
+
# * `io1`: 100 - 64,000 IOPS
|
29790
29816
|
#
|
29791
|
-
# * `io2`: 100-
|
29817
|
+
# * `io2`: 100 - 256,000 IOPS
|
29792
29818
|
#
|
29793
|
-
# For `
|
29794
|
-
#
|
29795
|
-
#
|
29819
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
29820
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
29821
|
+
# performance up to 32,000 IOPS.
|
29796
29822
|
#
|
29797
29823
|
# This parameter is required for `io1` and `io2` volumes. The default
|
29798
|
-
# for `gp3` volumes is 3,000 IOPS.
|
29799
|
-
# `gp2`, `st1`, `sc1`, or `standard` volumes.
|
29824
|
+
# for `gp3` volumes is 3,000 IOPS.
|
29800
29825
|
#
|
29801
29826
|
#
|
29802
29827
|
#
|
@@ -29813,21 +29838,22 @@ module Aws::EC2
|
|
29813
29838
|
# snapshot size. You can specify a volume size that is equal to or
|
29814
29839
|
# larger than the snapshot size.
|
29815
29840
|
#
|
29816
|
-
# The following are the supported
|
29841
|
+
# The following are the supported sizes for each volume type:
|
29817
29842
|
#
|
29818
|
-
# * `gp2` and `gp3`:1-16,384
|
29843
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
29819
29844
|
#
|
29820
|
-
# * `io1
|
29845
|
+
# * `io1`: 4 - 16,384 GiB
|
29821
29846
|
#
|
29822
|
-
# * `
|
29847
|
+
# * `io2`: 4 - 65,536 GiB
|
29823
29848
|
#
|
29824
|
-
# * `
|
29849
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
29850
|
+
#
|
29851
|
+
# * `standard`: 1 - 1024 GiB
|
29825
29852
|
# @return [Integer]
|
29826
29853
|
#
|
29827
29854
|
# @!attribute [rw] volume_type
|
29828
29855
|
# The volume type. For more information, see [Amazon EBS volume
|
29829
|
-
# types][1] in the *Amazon EC2 User Guide*.
|
29830
|
-
# `io1` or `io2`, you must specify the IOPS that the volume supports.
|
29856
|
+
# types][1] in the *Amazon EC2 User Guide*.
|
29831
29857
|
#
|
29832
29858
|
#
|
29833
29859
|
#
|
@@ -43632,19 +43658,18 @@ module Aws::EC2
|
|
43632
43658
|
#
|
43633
43659
|
# The following are the supported values for each volume type:
|
43634
43660
|
#
|
43635
|
-
# * `gp3`: 3,000-16,000 IOPS
|
43661
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
43636
43662
|
#
|
43637
|
-
# * `io1`: 100-64,000 IOPS
|
43663
|
+
# * `io1`: 100 - 64,000 IOPS
|
43638
43664
|
#
|
43639
|
-
# * `io2`: 100-
|
43665
|
+
# * `io2`: 100 - 256,000 IOPS
|
43640
43666
|
#
|
43641
|
-
# For `
|
43642
|
-
#
|
43643
|
-
#
|
43667
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
43668
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
43669
|
+
# performance up to 32,000 IOPS.
|
43644
43670
|
#
|
43645
43671
|
# This parameter is supported for `io1`, `io2`, and `gp3` volumes
|
43646
|
-
# only.
|
43647
|
-
# `standard` volumes.
|
43672
|
+
# only.
|
43648
43673
|
#
|
43649
43674
|
#
|
43650
43675
|
#
|
@@ -43665,13 +43690,15 @@ module Aws::EC2
|
|
43665
43690
|
# ID or a volume size. The following are the supported volumes sizes
|
43666
43691
|
# for each volume type:
|
43667
43692
|
#
|
43668
|
-
# * `gp2` and `gp3`: 1-16,384
|
43693
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
43669
43694
|
#
|
43670
|
-
# * `io1
|
43695
|
+
# * `io1`: 4 - 16,384 GiB
|
43671
43696
|
#
|
43672
|
-
# * `
|
43697
|
+
# * `io2`: 4 - 65,536 GiB
|
43673
43698
|
#
|
43674
|
-
# * `
|
43699
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
43700
|
+
#
|
43701
|
+
# * `standard`: 1 - 1024 GiB
|
43675
43702
|
# @return [Integer]
|
43676
43703
|
#
|
43677
43704
|
# @!attribute [rw] volume_type
|
@@ -48691,6 +48718,24 @@ module Aws::EC2
|
|
48691
48718
|
# Enable or disable DNS support.
|
48692
48719
|
# @return [String]
|
48693
48720
|
#
|
48721
|
+
# @!attribute [rw] security_group_referencing_support
|
48722
|
+
# Enables you to reference a security group across VPCs attached to a
|
48723
|
+
# transit gateway (TGW). Use this option to simplify security group
|
48724
|
+
# management and control of instance-to-instance traffic across VPCs
|
48725
|
+
# that are connected by transit gateway. You can also use this option
|
48726
|
+
# to migrate from VPC peering (which was the only option that
|
48727
|
+
# supported security group referencing) to transit gateways (which now
|
48728
|
+
# also support security group referencing). This option is disabled by
|
48729
|
+
# default and there are no additional costs to use this feature.
|
48730
|
+
#
|
48731
|
+
# For important information about this feature, see [Create a transit
|
48732
|
+
# gateway][1] in the *Amazon Web Services Transit Gateway Guide*.
|
48733
|
+
#
|
48734
|
+
#
|
48735
|
+
#
|
48736
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw
|
48737
|
+
# @return [String]
|
48738
|
+
#
|
48694
48739
|
# @!attribute [rw] auto_accept_shared_attachments
|
48695
48740
|
# Enable or disable automatic acceptance of attachment requests.
|
48696
48741
|
# @return [String]
|
@@ -48731,6 +48776,7 @@ module Aws::EC2
|
|
48731
48776
|
:remove_transit_gateway_cidr_blocks,
|
48732
48777
|
:vpn_ecmp_support,
|
48733
48778
|
:dns_support,
|
48779
|
+
:security_group_referencing_support,
|
48734
48780
|
:auto_accept_shared_attachments,
|
48735
48781
|
:default_route_table_association,
|
48736
48782
|
:association_default_route_table_id,
|
@@ -48872,6 +48918,25 @@ module Aws::EC2
|
|
48872
48918
|
# Enable or disable DNS support. The default is `enable`.
|
48873
48919
|
# @return [String]
|
48874
48920
|
#
|
48921
|
+
# @!attribute [rw] security_group_referencing_support
|
48922
|
+
# Enables you to reference a security group across VPCs attached to a
|
48923
|
+
# transit gateway (TGW). Use this option to simplify security group
|
48924
|
+
# management and control of instance-to-instance traffic across VPCs
|
48925
|
+
# that are connected by transit gateway. You can also use this option
|
48926
|
+
# to migrate from VPC peering (which was the only option that
|
48927
|
+
# supported security group referencing) to transit gateways (which now
|
48928
|
+
# also support security group referencing). This option is disabled by
|
48929
|
+
# default and there are no additional costs to use this feature.
|
48930
|
+
#
|
48931
|
+
# For important information about this feature, see [Create a transit
|
48932
|
+
# gateway attachment to a VPC][1] in the *Amazon Web Services Transit
|
48933
|
+
# Gateway Guide*.
|
48934
|
+
#
|
48935
|
+
#
|
48936
|
+
#
|
48937
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#create-vpc-attachment
|
48938
|
+
# @return [String]
|
48939
|
+
#
|
48875
48940
|
# @!attribute [rw] ipv_6_support
|
48876
48941
|
# Enable or disable IPv6 support. The default is `enable`.
|
48877
48942
|
# @return [String]
|
@@ -48887,6 +48952,7 @@ module Aws::EC2
|
|
48887
48952
|
#
|
48888
48953
|
class ModifyTransitGatewayVpcAttachmentRequestOptions < Struct.new(
|
48889
48954
|
:dns_support,
|
48955
|
+
:security_group_referencing_support,
|
48890
48956
|
:ipv_6_support,
|
48891
48957
|
:appliance_mode_support)
|
48892
48958
|
SENSITIVE = []
|
@@ -49490,13 +49556,15 @@ module Aws::EC2
|
|
49490
49556
|
#
|
49491
49557
|
# The following are the supported volumes sizes for each volume type:
|
49492
49558
|
#
|
49493
|
-
# * `gp2` and `gp3`: 1-16,384
|
49559
|
+
# * `gp2` and `gp3`: 1 - 16,384 GiB
|
49494
49560
|
#
|
49495
|
-
# * `io1
|
49561
|
+
# * `io1`: 4 - 16,384 GiB
|
49496
49562
|
#
|
49497
|
-
# * `
|
49563
|
+
# * `io2`: 4 - 65,536 GiB
|
49498
49564
|
#
|
49499
|
-
# * `
|
49565
|
+
# * `st1` and `sc1`: 125 - 16,384 GiB
|
49566
|
+
#
|
49567
|
+
# * `standard`: 1 - 1024 GiB
|
49500
49568
|
#
|
49501
49569
|
# Default: The existing size is retained.
|
49502
49570
|
# @return [Integer]
|
@@ -49519,15 +49587,23 @@ module Aws::EC2
|
|
49519
49587
|
#
|
49520
49588
|
# The following are the supported values for each volume type:
|
49521
49589
|
#
|
49522
|
-
# * `gp3`: 3,000-16,000 IOPS
|
49590
|
+
# * `gp3`: 3,000 - 16,000 IOPS
|
49591
|
+
#
|
49592
|
+
# * `io1`: 100 - 64,000 IOPS
|
49523
49593
|
#
|
49524
|
-
# * `
|
49594
|
+
# * `io2`: 100 - 256,000 IOPS
|
49525
49595
|
#
|
49526
|
-
#
|
49596
|
+
# For `io2` volumes, you can achieve up to 256,000 IOPS on [instances
|
49597
|
+
# built on the Nitro System][1]. On other instances, you can achieve
|
49598
|
+
# performance up to 32,000 IOPS.
|
49527
49599
|
#
|
49528
49600
|
# Default: The existing value is retained if you keep the same volume
|
49529
49601
|
# type. If you change the volume type to `io1`, `io2`, or `gp3`, the
|
49530
49602
|
# default is 3,000.
|
49603
|
+
#
|
49604
|
+
#
|
49605
|
+
#
|
49606
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
|
49531
49607
|
# @return [Integer]
|
49532
49608
|
#
|
49533
49609
|
# @!attribute [rw] throughput
|
@@ -54035,7 +54111,7 @@ module Aws::EC2
|
|
54035
54111
|
# @return [String]
|
54036
54112
|
#
|
54037
54113
|
# @!attribute [rw] vpc_peering_connection_id
|
54038
|
-
# The ID of the VPC peering connection.
|
54114
|
+
# The ID of the VPC peering connection (if applicable).
|
54039
54115
|
# @return [String]
|
54040
54116
|
#
|
54041
54117
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ReferencedSecurityGroup AWS API Documentation
|
@@ -58810,21 +58886,8 @@ module Aws::EC2
|
|
58810
58886
|
# @return [Boolean]
|
58811
58887
|
#
|
58812
58888
|
# @!attribute [rw] iops
|
58813
|
-
# The number of I/O operations per second (IOPS) to provision for
|
58814
|
-
# `io1
|
58815
|
-
# `io1`, and 500 IOPS/GiB for `io2`. Range is 100 to 64,000 IOPS for
|
58816
|
-
# volumes in most Regions. Maximum IOPS of 64,000 is guaranteed only
|
58817
|
-
# on [instances built on the Nitro System][1]. Other instance families
|
58818
|
-
# guarantee performance up to 32,000 IOPS. For more information, see
|
58819
|
-
# [Amazon EBS volume types][2] in the *Amazon EC2 User Guide*.
|
58820
|
-
#
|
58821
|
-
# This parameter is valid only for Provisioned IOPS SSD (`io1` and
|
58822
|
-
# `io2`) volumes.
|
58823
|
-
#
|
58824
|
-
#
|
58825
|
-
#
|
58826
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances
|
58827
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
58889
|
+
# The number of I/O operations per second (IOPS) to provision for a
|
58890
|
+
# `gp3`, `io1`, or `io2` volume.
|
58828
58891
|
# @return [Integer]
|
58829
58892
|
#
|
58830
58893
|
# @!attribute [rw] snapshot_id
|
@@ -58839,9 +58902,7 @@ module Aws::EC2
|
|
58839
58902
|
# @return [Integer]
|
58840
58903
|
#
|
58841
58904
|
# @!attribute [rw] volume_type
|
58842
|
-
# The volume type.
|
58843
|
-
# Provisioned IOPS SSD, Throughput Optimized HDD for `st1`, Cold HDD
|
58844
|
-
# for `sc1`, or `standard` for Magnetic.
|
58905
|
+
# The volume type.
|
58845
58906
|
#
|
58846
58907
|
# Default: `gp2`
|
58847
58908
|
# @return [String]
|
@@ -59465,7 +59526,25 @@ module Aws::EC2
|
|
59465
59526
|
# @return [String]
|
59466
59527
|
#
|
59467
59528
|
# @!attribute [rw] vpc_peering_connection_id
|
59468
|
-
# The ID of the VPC peering connection.
|
59529
|
+
# The ID of the VPC peering connection (if applicable). For more
|
59530
|
+
# information about security group referencing for peering
|
59531
|
+
# connections, see [Update your security groups to reference peer
|
59532
|
+
# security groups][1] in the *VPC Peering Guide*.
|
59533
|
+
#
|
59534
|
+
#
|
59535
|
+
#
|
59536
|
+
# [1]: https://docs.aws.amazon.com/peering/vpc-peering-security-groups.html
|
59537
|
+
# @return [String]
|
59538
|
+
#
|
59539
|
+
# @!attribute [rw] transit_gateway_id
|
59540
|
+
# The ID of the transit gateway (if applicable). For more information
|
59541
|
+
# about security group referencing for transit gateways, see [Create a
|
59542
|
+
# transit gateway attachment to a VPC][1] in the *Amazon Web Services
|
59543
|
+
# Transit Gateway Guide*.
|
59544
|
+
#
|
59545
|
+
#
|
59546
|
+
#
|
59547
|
+
# [1]: https://docs.aws.amazon.com/tgw/tgw-vpc-attachments.html#create-vpc-attachment
|
59469
59548
|
# @return [String]
|
59470
59549
|
#
|
59471
59550
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SecurityGroupReference AWS API Documentation
|
@@ -59473,7 +59552,8 @@ module Aws::EC2
|
|
59473
59552
|
class SecurityGroupReference < Struct.new(
|
59474
59553
|
:group_id,
|
59475
59554
|
:referencing_vpc_id,
|
59476
|
-
:vpc_peering_connection_id
|
59555
|
+
:vpc_peering_connection_id,
|
59556
|
+
:transit_gateway_id)
|
59477
59557
|
SENSITIVE = []
|
59478
59558
|
include Aws::Structure
|
59479
59559
|
end
|
@@ -64108,6 +64188,24 @@ module Aws::EC2
|
|
64108
64188
|
# Indicates whether DNS support is enabled.
|
64109
64189
|
# @return [String]
|
64110
64190
|
#
|
64191
|
+
# @!attribute [rw] security_group_referencing_support
|
64192
|
+
# Enables you to reference a security group across VPCs attached to a
|
64193
|
+
# transit gateway (TGW). Use this option to simplify security group
|
64194
|
+
# management and control of instance-to-instance traffic across VPCs
|
64195
|
+
# that are connected by transit gateway. You can also use this option
|
64196
|
+
# to migrate from VPC peering (which was the only option that
|
64197
|
+
# supported security group referencing) to transit gateways (which now
|
64198
|
+
# also support security group referencing). This option is disabled by
|
64199
|
+
# default and there are no additional costs to use this feature.
|
64200
|
+
#
|
64201
|
+
# For important information about this feature, see [Create a transit
|
64202
|
+
# gateway][1] in the *Amazon Web Services Transit Gateway Guide*.
|
64203
|
+
#
|
64204
|
+
#
|
64205
|
+
#
|
64206
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw
|
64207
|
+
# @return [String]
|
64208
|
+
#
|
64111
64209
|
# @!attribute [rw] multicast_support
|
64112
64210
|
# Indicates whether multicast is enabled on the transit gateway
|
64113
64211
|
# @return [String]
|
@@ -64124,6 +64222,7 @@ module Aws::EC2
|
|
64124
64222
|
:propagation_default_route_table_id,
|
64125
64223
|
:vpn_ecmp_support,
|
64126
64224
|
:dns_support,
|
64225
|
+
:security_group_referencing_support,
|
64127
64226
|
:multicast_support)
|
64128
64227
|
SENSITIVE = []
|
64129
64228
|
include Aws::Structure
|
@@ -64489,6 +64588,24 @@ module Aws::EC2
|
|
64489
64588
|
# Enable or disable DNS support. Enabled by default.
|
64490
64589
|
# @return [String]
|
64491
64590
|
#
|
64591
|
+
# @!attribute [rw] security_group_referencing_support
|
64592
|
+
# Enables you to reference a security group across VPCs attached to a
|
64593
|
+
# transit gateway (TGW). Use this option to simplify security group
|
64594
|
+
# management and control of instance-to-instance traffic across VPCs
|
64595
|
+
# that are connected by transit gateway. You can also use this option
|
64596
|
+
# to migrate from VPC peering (which was the only option that
|
64597
|
+
# supported security group referencing) to transit gateways (which now
|
64598
|
+
# also support security group referencing). This option is disabled by
|
64599
|
+
# default and there are no additional costs to use this feature.
|
64600
|
+
#
|
64601
|
+
# For important information about this feature, see [Create a transit
|
64602
|
+
# gateway][1] in the *Amazon Web Services Transit Gateway Guide*.
|
64603
|
+
#
|
64604
|
+
#
|
64605
|
+
#
|
64606
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw
|
64607
|
+
# @return [String]
|
64608
|
+
#
|
64492
64609
|
# @!attribute [rw] multicast_support
|
64493
64610
|
# Indicates whether multicast is enabled on the transit gateway
|
64494
64611
|
# @return [String]
|
@@ -64508,6 +64625,7 @@ module Aws::EC2
|
|
64508
64625
|
:default_route_table_propagation,
|
64509
64626
|
:vpn_ecmp_support,
|
64510
64627
|
:dns_support,
|
64628
|
+
:security_group_referencing_support,
|
64511
64629
|
:multicast_support,
|
64512
64630
|
:transit_gateway_cidr_blocks)
|
64513
64631
|
SENSITIVE = []
|
@@ -64865,6 +64983,16 @@ module Aws::EC2
|
|
64865
64983
|
# Indicates whether DNS support is enabled.
|
64866
64984
|
# @return [String]
|
64867
64985
|
#
|
64986
|
+
# @!attribute [rw] security_group_referencing_support
|
64987
|
+
# For important information about this feature, see [Create a transit
|
64988
|
+
# gateway attachment to a VPC][1] in the *Amazon Web Services Transit
|
64989
|
+
# Gateway Guide*.
|
64990
|
+
#
|
64991
|
+
#
|
64992
|
+
#
|
64993
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#create-vpc-attachment
|
64994
|
+
# @return [String]
|
64995
|
+
#
|
64868
64996
|
# @!attribute [rw] ipv_6_support
|
64869
64997
|
# Indicates whether IPv6 support is disabled.
|
64870
64998
|
# @return [String]
|
@@ -64877,6 +65005,7 @@ module Aws::EC2
|
|
64877
65005
|
#
|
64878
65006
|
class TransitGatewayVpcAttachmentOptions < Struct.new(
|
64879
65007
|
:dns_support,
|
65008
|
+
:security_group_referencing_support,
|
64880
65009
|
:ipv_6_support,
|
64881
65010
|
:appliance_mode_support)
|
64882
65011
|
SENSITIVE = []
|
data/lib/aws-sdk-ec2.rb
CHANGED
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.
|
4
|
+
version: 1.426.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: 2023-11-
|
11
|
+
date: 2023-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|
@@ -33,7 +33,7 @@ dependencies:
|
|
33
33
|
version: '3'
|
34
34
|
- - ">="
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 3.
|
36
|
+
version: 3.188.0
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: '3'
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 3.
|
46
|
+
version: 3.188.0
|
47
47
|
description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
|
48
48
|
This gem is part of the AWS SDK for Ruby.
|
49
49
|
email:
|
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
109
109
|
- - ">="
|
110
110
|
- !ruby/object:Gem::Version
|
111
|
-
version: '2.
|
111
|
+
version: '2.5'
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
113
113
|
requirements:
|
114
114
|
- - ">="
|