Skip to content

Commit e9daa62

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: The DescribeInstanceTypes API now returns default connection tracking timeout values for TCP, UDP, and UDP stream via the new connectionTrackingConfiguration field on NetworkInfo.
1 parent eaedac7 commit e9daa62

2 files changed

Lines changed: 35 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": "The DescribeInstanceTypes API now returns default connection tracking timeout values for TCP, UDP, and UDP stream via the new connectionTrackingConfiguration field on NetworkInfo."
6+
}

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20828,6 +20828,27 @@
2082820828
"locationName":"item"
2082920829
}
2083020830
},
20831+
"DefaultConnectionTrackingConfiguration":{
20832+
"type":"structure",
20833+
"members":{
20834+
"DefaultTcpEstablishedTimeout":{
20835+
"shape":"DefaultTcpEstablishedTimeout",
20836+
"documentation":"<p>Default timeout (in seconds) for idle TCP connections in an established state.</p>",
20837+
"locationName":"defaultTcpEstablishedTimeout"
20838+
},
20839+
"DefaultUdpTimeout":{
20840+
"shape":"DefaultUdpTimeout",
20841+
"documentation":"<p>Default timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction.</p>",
20842+
"locationName":"defaultUdpTimeout"
20843+
},
20844+
"DefaultUdpStreamTimeout":{
20845+
"shape":"DefaultUdpStreamTimeout",
20846+
"documentation":"<p>Default timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction.</p>",
20847+
"locationName":"defaultUdpStreamTimeout"
20848+
}
20849+
},
20850+
"documentation":"<p>Indicates default conntrack information for the instance type. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts\"> Connection tracking timeouts </a> in the Amazon EC2 User Guide. </p>"
20851+
},
2083120852
"DefaultEnaQueueCountPerInterface":{"type":"integer"},
2083220853
"DefaultHttpTokensEnforcedState":{
2083320854
"type":"string",
@@ -20876,6 +20897,9 @@
2087620897
"capacity-block"
2087720898
]
2087820899
},
20900+
"DefaultTcpEstablishedTimeout":{"type":"integer"},
20901+
"DefaultUdpStreamTimeout":{"type":"integer"},
20902+
"DefaultUdpTimeout":{"type":"integer"},
2087920903
"DefaultingDhcpOptionsId":{"type":"string"},
2088020904
"DeleteCapacityManagerDataExportRequest":{
2088120905
"type":"structure",
@@ -57292,6 +57316,11 @@
5729257316
"documentation":"<p>Indicates whether changing the number of ENA queues is supported.</p>",
5729357317
"locationName":"flexibleEnaQueuesSupport"
5729457318
},
57319+
"ConnectionTrackingConfiguration":{
57320+
"shape":"DefaultConnectionTrackingConfiguration",
57321+
"documentation":"<p>Indicates conntrack information for the instance type</p>",
57322+
"locationName":"connectionTrackingConfiguration"
57323+
},
5729557324
"SecondaryNetworkSupported":{
5729657325
"shape":"SecondaryNetworkSupportedFlag",
5729757326
"documentation":"<p>Indicates whether secondary interface attachments from secondary network are supported.</p>",

0 commit comments

Comments
 (0)