Skip to content

Commit 331487b

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: DescribeInstanceTypes API response now includes an additionalFlexibleNetworkInterfaces field, the number of interfaces attachable to an instance when using flexible Elastic Network Adapter (ENA) queues in addition to the base number specified by maximumNetworkInterfaces.
1 parent 7e19735 commit 331487b

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

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": "DescribeInstanceTypes API response now includes an additionalFlexibleNetworkInterfaces field, the number of interfaces attachable to an instance when using flexible Elastic Network Adapter (ENA) queues in addition to the base number specified by maximumNetworkInterfaces."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8179,6 +8179,7 @@
81798179
"locationName":"item"
81808180
}
81818181
},
8182+
"AdditionalFlexibleNetworkInterfaces":{"type":"integer"},
81828183
"Address":{
81838184
"type":"structure",
81848185
"members":{
@@ -56255,6 +56256,11 @@
5625556256
"documentation":"<p>The maximum number of network interfaces for the network card.</p>",
5625656257
"locationName":"maximumNetworkInterfaces"
5625756258
},
56259+
"AdditionalFlexibleNetworkInterfaces":{
56260+
"shape":"AdditionalFlexibleNetworkInterfaces",
56261+
"documentation":"<p>The number of additional network interfaces that can be attached to an instance when using flexible Elastic Network Adapter (ENA) queues. This number is in addition to the base number specified by <code>maximumNetworkInterfaces</code>.</p>",
56262+
"locationName":"additionalFlexibleNetworkInterfaces"
56263+
},
5625856264
"BaselineBandwidthInGbps":{
5625956265
"shape":"BaselineBandwidthInGbps",
5626056266
"documentation":"<p>The baseline network performance of the network card, in Gbps.</p>",

0 commit comments

Comments
 (0)