Skip to content

Commit 5f74b01

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Added new read-only DenyAllIGWTraffic network interface attribute. Added support for DL1 24xlarge instances powered by Habana Gaudi Accelerators for deep learning model training workloads
1 parent caa54fd commit 5f74b01

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-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": "Added new read-only DenyAllIGWTraffic network interface attribute. Added support for DL1 24xlarge instances powered by Habana Gaudi Accelerators for deep learning model training workloads"
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
@@ -28494,6 +28494,7 @@
2849428494
"d3en.6xlarge",
2849528495
"d3en.8xlarge",
2849628496
"d3en.12xlarge",
28497+
"dl1.24xlarge",
2849728498
"f1.2xlarge",
2849828499
"f1.4xlarge",
2849928500
"f1.16xlarge",
@@ -34114,6 +34115,11 @@
3411434115
"shape":"String",
3411534116
"documentation":"<p>The ID of the VPC.</p>",
3411634117
"locationName":"vpcId"
34118+
},
34119+
"DenyAllIgwTraffic":{
34120+
"shape":"Boolean",
34121+
"documentation":"<p>Indicates whether a network interface with an IPv6 address is unreachable from the public internet. If the value is <code>true</code>, inbound traffic from the internet is dropped and you cannot assign an elastic IP address to the network interface. The network interface is reachable from peered VPCs and resources connected through a transit gateway, including on-premises networks.</p>",
34122+
"locationName":"denyAllIgwTraffic"
3411734123
}
3411834124
},
3411934125
"documentation":"<p>Describes a network interface.</p>"

0 commit comments

Comments
 (0)