Skip to content

Commit

Permalink
Merge pull request #5732 from ff-apple/aws_1.24_trn
Browse files Browse the repository at this point in the history
Added support for the AWS Trainium instance types
  • Loading branch information
k8s-ci-robot authored May 8, 2023
2 parents 35a4253 + b08cdc5 commit a087f37
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions cluster-autoscaler/cloudprovider/aws/ec2_instance_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3189,6 +3189,27 @@ var InstanceTypes = map[string]*InstanceType{
GPU: 0,
Architecture: "arm64",
},
"trn1.2xlarge": {
InstanceType: "trn1.2xlarge",
VCPU: 8,
MemoryMb: 32768,
GPU: 0,
Architecture: "amd64",
},
"trn1.32xlarge": {
InstanceType: "trn1.32xlarge",
VCPU: 128,
MemoryMb: 524288,
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 a087f37

Please sign in to comment.