Skip to content

Commit 5e3311f

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface
1 parent 06393aa commit 5e3311f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-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": "Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface"
6+
}

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22511,6 +22511,11 @@
2251122511
"shape":"AttributeBooleanValue",
2251222512
"documentation":"<p>Indicates whether source/destination checking is enabled.</p>",
2251322513
"locationName":"sourceDestCheck"
22514+
},
22515+
"AssociatePublicIpAddress":{
22516+
"shape":"Boolean",
22517+
"documentation":"<p>Indicates whether to assign a public IPv4 address to a network interface. This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</p>",
22518+
"locationName":"associatePublicIpAddress"
2251422519
}
2251522520
},
2251622521
"documentation":"<p>Contains the output of DescribeNetworkInterfaceAttribute.</p>"
@@ -43077,6 +43082,10 @@
4307743082
"ConnectionTrackingSpecification":{
4307843083
"shape":"ConnectionTrackingSpecificationRequest",
4307943084
"documentation":"<p>A connection tracking specification.</p>"
43085+
},
43086+
"AssociatePublicIpAddress":{
43087+
"shape":"Boolean",
43088+
"documentation":"<p>Indicates whether to assign a public IPv4 address to a network interface. This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</p>"
4308043089
}
4308143090
},
4308243091
"documentation":"<p>Contains the parameters for ModifyNetworkInterfaceAttribute.</p>"
@@ -45886,7 +45895,8 @@
4588645895
"description",
4588745896
"groupSet",
4588845897
"sourceDestCheck",
45889-
"attachment"
45898+
"attachment",
45899+
"associatePublicIpAddress"
4589045900
]
4589145901
},
4589245902
"NetworkInterfaceCount":{

0 commit comments

Comments
 (0)