Skip to content

Commit

Permalink
Merge pull request #4481 from sturman/CA-AWS-EC2-Instance-List-Update…
Browse files Browse the repository at this point in the history
…-29-Nov-2021

Cluster-Autoscaler update AWS EC2 instance types with g5, m6 and r6 - master branch
  • Loading branch information
k8s-ci-robot authored Dec 13, 2021
2 parents a18b3fe + ada19f2 commit 6dc6dbf
Showing 1 changed file with 218 additions and 1 deletion.
219 changes: 218 additions & 1 deletion cluster-autoscaler/cloudprovider/aws/ec2_instance_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type InstanceType struct {
}

// StaticListLastUpdateTime is a string declaring the last time the static list was updated.
var StaticListLastUpdateTime = "2021-11-14"
var StaticListLastUpdateTime = "2021-11-29"

// InstanceTypes is a map of ec2 resources
var InstanceTypes = map[string]*InstanceType{
Expand Down Expand Up @@ -760,6 +760,13 @@ var InstanceTypes = map[string]*InstanceType{
GPU: 0,
Architecture: "amd64",
},
"c6i.metal": {
InstanceType: "c6i.metal",
VCPU: 128,
MemoryMb: 262144,
GPU: 0,
Architecture: "amd64",
},
"c6i.xlarge": {
InstanceType: "c6i.xlarge",
VCPU: 4,
Expand Down Expand Up @@ -1145,6 +1152,55 @@ var InstanceTypes = map[string]*InstanceType{
GPU: 1,
Architecture: "amd64",
},
"g5g": {
InstanceType: "g5g",
VCPU: 64,
MemoryMb: 0,
GPU: 2,
Architecture: "arm64",
},
"g5g.16xlarge": {
InstanceType: "g5g.16xlarge",
VCPU: 64,
MemoryMb: 131072,
GPU: 2,
Architecture: "arm64",
},
"g5g.2xlarge": {
InstanceType: "g5g.2xlarge",
VCPU: 8,
MemoryMb: 16384,
GPU: 1,
Architecture: "arm64",
},
"g5g.4xlarge": {
InstanceType: "g5g.4xlarge",
VCPU: 16,
MemoryMb: 32768,
GPU: 1,
Architecture: "arm64",
},
"g5g.8xlarge": {
InstanceType: "g5g.8xlarge",
VCPU: 32,
MemoryMb: 65536,
GPU: 1,
Architecture: "arm64",
},
"g5g.metal": {
InstanceType: "g5g.metal",
VCPU: 64,
MemoryMb: 131072,
GPU: 2,
Architecture: "arm64",
},
"g5g.xlarge": {
InstanceType: "g5g.xlarge",
VCPU: 4,
MemoryMb: 8192,
GPU: 1,
Architecture: "arm64",
},
"h1": {
InstanceType: "h1",
VCPU: 64,
Expand Down Expand Up @@ -1971,6 +2027,83 @@ var InstanceTypes = map[string]*InstanceType{
GPU: 0,
Architecture: "amd64",
},
"m6a": {
InstanceType: "m6a",
VCPU: 192,
MemoryMb: 0,
GPU: 0,
Architecture: "amd64",
},
"m6a.12xlarge": {
InstanceType: "m6a.12xlarge",
VCPU: 48,
MemoryMb: 196608,
GPU: 0,
Architecture: "amd64",
},
"m6a.16xlarge": {
InstanceType: "m6a.16xlarge",
VCPU: 64,
MemoryMb: 262144,
GPU: 0,
Architecture: "amd64",
},
"m6a.24xlarge": {
InstanceType: "m6a.24xlarge",
VCPU: 96,
MemoryMb: 393216,
GPU: 0,
Architecture: "amd64",
},
"m6a.2xlarge": {
InstanceType: "m6a.2xlarge",
VCPU: 8,
MemoryMb: 32768,
GPU: 0,
Architecture: "amd64",
},
"m6a.32xlarge": {
InstanceType: "m6a.32xlarge",
VCPU: 128,
MemoryMb: 524288,
GPU: 0,
Architecture: "amd64",
},
"m6a.48xlarge": {
InstanceType: "m6a.48xlarge",
VCPU: 192,
MemoryMb: 786432,
GPU: 0,
Architecture: "amd64",
},
"m6a.4xlarge": {
InstanceType: "m6a.4xlarge",
VCPU: 16,
MemoryMb: 65536,
GPU: 0,
Architecture: "amd64",
},
"m6a.8xlarge": {
InstanceType: "m6a.8xlarge",
VCPU: 32,
MemoryMb: 131072,
GPU: 0,
Architecture: "amd64",
},
"m6a.large": {
InstanceType: "m6a.large",
VCPU: 2,
MemoryMb: 8192,
GPU: 0,
Architecture: "amd64",
},
"m6a.xlarge": {
InstanceType: "m6a.xlarge",
VCPU: 4,
MemoryMb: 16384,
GPU: 0,
Architecture: "amd64",
},
"m6g": {
InstanceType: "m6g",
VCPU: 64,
Expand Down Expand Up @@ -2174,6 +2307,13 @@ var InstanceTypes = map[string]*InstanceType{
GPU: 0,
Architecture: "amd64",
},
"m6i.metal": {
InstanceType: "m6i.metal",
VCPU: 128,
MemoryMb: 524288,
GPU: 0,
Architecture: "amd64",
},
"m6i.xlarge": {
InstanceType: "m6i.xlarge",
VCPU: 4,
Expand Down Expand Up @@ -2972,6 +3112,83 @@ var InstanceTypes = map[string]*InstanceType{
GPU: 0,
Architecture: "arm64",
},
"r6i": {
InstanceType: "r6i",
VCPU: 128,
MemoryMb: 0,
GPU: 0,
Architecture: "amd64",
},
"r6i.12xlarge": {
InstanceType: "r6i.12xlarge",
VCPU: 48,
MemoryMb: 393216,
GPU: 0,
Architecture: "amd64",
},
"r6i.16xlarge": {
InstanceType: "r6i.16xlarge",
VCPU: 64,
MemoryMb: 524288,
GPU: 0,
Architecture: "amd64",
},
"r6i.24xlarge": {
InstanceType: "r6i.24xlarge",
VCPU: 96,
MemoryMb: 786432,
GPU: 0,
Architecture: "amd64",
},
"r6i.2xlarge": {
InstanceType: "r6i.2xlarge",
VCPU: 8,
MemoryMb: 65536,
GPU: 0,
Architecture: "amd64",
},
"r6i.32xlarge": {
InstanceType: "r6i.32xlarge",
VCPU: 128,
MemoryMb: 1048576,
GPU: 0,
Architecture: "amd64",
},
"r6i.4xlarge": {
InstanceType: "r6i.4xlarge",
VCPU: 16,
MemoryMb: 131072,
GPU: 0,
Architecture: "amd64",
},
"r6i.8xlarge": {
InstanceType: "r6i.8xlarge",
VCPU: 32,
MemoryMb: 262144,
GPU: 0,
Architecture: "amd64",
},
"r6i.large": {
InstanceType: "r6i.large",
VCPU: 2,
MemoryMb: 16384,
GPU: 0,
Architecture: "amd64",
},
"r6i.metal": {
InstanceType: "r6i.metal",
VCPU: 128,
MemoryMb: 1048576,
GPU: 0,
Architecture: "amd64",
},
"r6i.xlarge": {
InstanceType: "r6i.xlarge",
VCPU: 4,
MemoryMb: 32768,
GPU: 0,
Architecture: "amd64",
},
"t1.micro": {
InstanceType: "t1.micro",
VCPU: 1,
Expand Down

0 comments on commit 6dc6dbf

Please sign in to comment.