Skip to content

Commit

Permalink
chore: Update data from AWS APIs (#7721)
Browse files Browse the repository at this point in the history
Co-authored-by: APICodeGen <[email protected]>
  • Loading branch information
github-actions[bot] and APICodeGen authored Feb 10, 2025
1 parent 448c044 commit 8753de3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkg/providers/instancetype/zz_generated.bandwidth.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ var (
"c7i.8xlarge": 12500,
"d3.4xlarge": 12500,
"d3en.2xlarge": 12500,
"f2.6xlarge": 12500,
"i3en.3xlarge": 12500,
"i7ie.3xlarge": 12500,
"i7ie.6xlarge": 12500,
Expand Down
4 changes: 2 additions & 2 deletions pkg/providers/pricing/zz_generated.pricing_aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

package pricing

// generated at 2025-01-20T13:09:39Z for us-east-1
// generated at 2025-02-10T13:11:17Z for us-east-1

import ec2types "github.com/aws/aws-sdk-go-v2/service/ec2/types"

Expand Down Expand Up @@ -120,7 +120,7 @@ var InitialOnDemandPricesAWS = map[string]map[ec2types.InstanceType]float64{
// f1 family
"f1.16xlarge": 13.200000, "f1.2xlarge": 1.650000, "f1.4xlarge": 3.300000,
// f2 family
"f2.12xlarge": 3.960000, "f2.48xlarge": 15.840000,
"f2.12xlarge": 3.960000, "f2.48xlarge": 15.840000, "f2.6xlarge": 1.980000,
// g2 family
"g2.2xlarge": 0.650000, "g2.8xlarge": 2.600000,
// g3 family
Expand Down

0 comments on commit 8753de3

Please sign in to comment.