Skip to content

Commit

Permalink
Merge pull request #5734 from ff-apple/aws_1.26_trn
Browse files Browse the repository at this point in the history
Add missing trn1n ec2 instance
  • Loading branch information
k8s-ci-robot authored May 8, 2023
2 parents 78c193b + 1a7f518 commit 19d3325
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cluster-autoscaler/cloudprovider/aws/ec2_instance_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3938,6 +3938,13 @@ var InstanceTypes = map[string]*InstanceType{
GPU: 0,
Architecture: "amd64",
},
"trn1n.32xlarge": {
InstanceType: "trn1n.32xlarge",
VCPU: 128,
MemoryMb: 524288,
GPU: 0,
Architecture: "amd64",
},
"u-12tb1.112xlarge": {
InstanceType: "u-12tb1.112xlarge",
VCPU: 448,
Expand Down

0 comments on commit 19d3325

Please sign in to comment.