Skip to content

Commit f2c093c

Browse files
AWSL-Applin
AWS
authored andcommitted
Amazon Elastic Compute Cloud Update: This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address.
1 parent a0ee7f9 commit f2c093c

File tree

3 files changed

+322
-37
lines changed

3 files changed

+322
-37
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": "This release introduces a new feature, EC2 Instance Connect Endpoint, that enables you to connect to a resource over TCP, without requiring the resource to have a public IPv4 address."
6+
}

services/ec2/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@
195195
"output_token": "NextToken",
196196
"result_key": "ImportSnapshotTasks"
197197
},
198+
"DescribeInstanceConnectEndpoints": {
199+
"input_token": "NextToken",
200+
"limit_key": "MaxResults",
201+
"output_token": "NextToken",
202+
"result_key": "InstanceConnectEndpoints"
203+
},
198204
"DescribeInstanceCreditSpecifications": {
199205
"input_token": "NextToken",
200206
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)