Skip to content

Commit

Permalink
Merge pull request #5772 from ff-apple/cluster-autoscaler-release-1.26
Browse files Browse the repository at this point in the history
Add preview EC2 instance type p4de.24xlarge
  • Loading branch information
k8s-ci-robot authored May 18, 2023
2 parents 91cb73e + e7e1574 commit 4922c8b
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 @@ -2748,6 +2748,13 @@ var InstanceTypes = map[string]*InstanceType{
GPU: 8,
Architecture: "amd64",
},
"p4de.24xlarge": {
InstanceType: "p4de.24xlarge",
VCPU: 96,
MemoryMb: 1179648,
GPU: 8,
Architecture: "amd64",
},
"r3.2xlarge": {
InstanceType: "r3.2xlarge",
VCPU: 8,
Expand Down

0 comments on commit 4922c8b

Please sign in to comment.