Skip to content

Commit 89fe8ff

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: EBS io2 volumes now supports Multi-Attach
1 parent 24b7566 commit 89fe8ff

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "EBS io2 volumes now supports Multi-Attach"
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10898,7 +10898,7 @@
1089810898
},
1089910899
"MultiAttachEnabled":{
1090010900
"shape":"Boolean",
10901-
"documentation":"<p>Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Instances built on the Nitro System</a> in the same Availability Zone. This parameter is supported with <code>io1</code> volumes only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html\"> Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
10901+
"documentation":"<p>Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Instances built on the Nitro System</a> in the same Availability Zone. This parameter is supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html\"> Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
1090210902
},
1090310903
"Throughput":{
1090410904
"shape":"Integer",
@@ -29328,6 +29328,10 @@
2932829328
"Throughput":{
2932929329
"shape":"Integer",
2933029330
"documentation":"<p>The target throughput of the volume, in MiB/s. This parameter is valid only for <code>gp3</code> volumes. The maximum value is 1,000.</p> <p>Default: If no throughput value is specified, the existing value is retained.</p> <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>"
29331+
},
29332+
"MultiAttachEnabled":{
29333+
"shape":"Boolean",
29334+
"documentation":"<p>Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\"> Nitro-based instances</a> in the same Availability Zone. This parameter is supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html\"> Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
2933129335
}
2933229336
}
2933329337
},
@@ -40736,6 +40740,11 @@
4073640740
"documentation":"<p>The target throughput of the volume, in MiB/s.</p>",
4073740741
"locationName":"targetThroughput"
4073840742
},
40743+
"TargetMultiAttachEnabled":{
40744+
"shape":"Boolean",
40745+
"documentation":"<p>The target setting for Amazon EBS Multi-Attach.</p>",
40746+
"locationName":"targetMultiAttachEnabled"
40747+
},
4073940748
"OriginalSize":{
4074040749
"shape":"Integer",
4074140750
"documentation":"<p>The original size of the volume, in GiB.</p>",
@@ -40756,6 +40765,11 @@
4075640765
"documentation":"<p>The original throughput of the volume, in MiB/s.</p>",
4075740766
"locationName":"originalThroughput"
4075840767
},
40768+
"OriginalMultiAttachEnabled":{
40769+
"shape":"Boolean",
40770+
"documentation":"<p>The original setting for Amazon EBS Multi-Attach.</p>",
40771+
"locationName":"originalMultiAttachEnabled"
40772+
},
4075940773
"Progress":{
4076040774
"shape":"Long",
4076140775
"documentation":"<p>The modification progress, from 0 to 100 percent complete.</p>",

0 commit comments

Comments
 (0)