Skip to content

Commit 50fc209

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances.
1 parent df1d429 commit 50fc209

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
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 adds support the inf2 and trn1n instances. inf2 instances are purpose built for deep learning inference while trn1n instances are powered by AWS Trainium accelerators and they build on the capabilities of Trainium-powered trn1 instances."
6+
}

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35000,7 +35000,12 @@
3500035000
"m6in.metal",
3500135001
"m6idn.metal",
3500235002
"r6in.metal",
35003-
"r6idn.metal"
35003+
"r6idn.metal",
35004+
"inf2.xlarge",
35005+
"inf2.8xlarge",
35006+
"inf2.24xlarge",
35007+
"inf2.48xlarge",
35008+
"trn1n.32xlarge"
3500435009
]
3500535010
},
3500635011
"InstanceTypeHypervisor":{
@@ -44762,7 +44767,7 @@
4476244767
},
4476344768
"PrivateIpAddressCount":{
4476444769
"type":"integer",
44765-
"max":7,
44770+
"max":31,
4476644771
"min":1
4476744772
},
4476844773
"PrivateIpAddressSpecification":{

0 commit comments

Comments
 (0)