Skip to content

Commit

Permalink
Merge pull request #6287 from ricardov1/p5-1.26-patch
Browse files Browse the repository at this point in the history
Add EC2 instance type p5.48xlarge
  • Loading branch information
k8s-ci-robot authored Nov 15, 2023
2 parents 0d22e3d + b21a296 commit 88a2bba
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 @@ -2755,6 +2755,13 @@ var InstanceTypes = map[string]*InstanceType{
GPU: 8,
Architecture: "amd64",
},
"p5.48xlarge": {
InstanceType: "p5.48xlarge",
VCPU: 192,
MemoryMb: 2048000,
GPU: 8,
Architecture: "amd64",
},
"r3.2xlarge": {
InstanceType: "r3.2xlarge",
VCPU: 8,
Expand Down

0 comments on commit 88a2bba

Please sign in to comment.