Skip to content

Commit a85cf2f

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: DescribeInstances now returns customer-owned IP addresses for instances running on an AWS Outpost.
1 parent a4e5cb8 commit a85cf2f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
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": "DescribeInstances now returns customer-owned IP addresses for instances running on an AWS Outpost."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27541,6 +27541,11 @@
2754127541
"documentation":"<p>The carrier IP address associated with the network interface.</p>",
2754227542
"locationName":"carrierIp"
2754327543
},
27544+
"CustomerOwnedIp":{
27545+
"shape":"String",
27546+
"documentation":"<p>The customer-owned IP address associated with the network interface.</p>",
27547+
"locationName":"customerOwnedIp"
27548+
},
2754427549
"IpOwnerId":{
2754527550
"shape":"String",
2754627551
"documentation":"<p>The ID of the owner of the Elastic IP address.</p>",

0 commit comments

Comments
 (0)