Skip to content

Commit

Permalink
added inf2 instance types to ec2 api.go and api-2.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcclean-aws committed Feb 22, 2023
1 parent 63161aa commit ee86ce4
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23923,6 +23923,10 @@
"inf1.2xlarge",
"inf1.6xlarge",
"inf1.24xlarge",
"inf2.xlarge",
"inf2.8xlarge",
"inf2.24xlarge",
"inf2.48xlarge",
"is4gen.medium",
"is4gen.large",
"is4gen.xlarge",
Expand Down
12 changes: 12 additions & 0 deletions cluster-autoscaler/cloudprovider/aws/aws-sdk-go/service/ec2/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -163607,6 +163607,18 @@ const (
// InstanceTypeInf124xlarge is a InstanceType enum value
InstanceTypeInf124xlarge = "inf1.24xlarge"

// InstanceTypeInf2Xlarge is a InstanceType enum value
InstanceTypeInf2Xlarge = "inf2.xlarge"

// InstanceTypeInf28xlarge is a InstanceType enum value
InstanceTypeInf28xlarge = "inf2.8xlarge"

// InstanceTypeInf224xlarge is a InstanceType enum value
InstanceTypeInf224xlarge = "inf2.24xlarge"

// InstanceTypeInf248xlarge is a InstanceType enum value
InstanceTypeInf248xlarge = "inf2.48xlarge"

// InstanceTypeIs4genMedium is a InstanceType enum value
InstanceTypeIs4genMedium = "is4gen.medium"

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee86ce4

Please sign in to comment.