Skip to content

Commit

Permalink
chore: Update data from AWS APIs (#4130)
Browse files Browse the repository at this point in the history
Co-authored-by: APICodeGen <APICodeGen@users.noreply.github.com>
Co-authored-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
  • Loading branch information
3 people committed Jun 26, 2023
1 parent b4d9e4a commit c8de56d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
11 changes: 11 additions & 0 deletions pkg/providers/instancetype/zz_generated.bandwidth.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ var (
"c6i.2xlarge": 3125,
"c6id.2xlarge": 3125,
"c6in.large": 3125,
"c7gn.medium": 3125,
"im4gn.large": 3125,
"is4gen.large": 3125,
"m6a.2xlarge": 3125,
Expand Down Expand Up @@ -295,6 +296,7 @@ var (
"c6i.4xlarge": 6250,
"c6id.4xlarge": 6250,
"c6in.xlarge": 6250,
"c7gn.large": 6250,
"im4gn.xlarge": 6250,
"is4gen.xlarge": 6250,
"m6a.4xlarge": 6250,
Expand Down Expand Up @@ -374,6 +376,7 @@ var (
"c6i.8xlarge": 12500,
"c6id.8xlarge": 12500,
"c6in.2xlarge": 12500,
"c7gn.xlarge": 12500,
"d3.4xlarge": 12500,
"d3en.2xlarge": 12500,
"i3en.3xlarge": 12500,
Expand Down Expand Up @@ -453,6 +456,7 @@ var (
"c6i.16xlarge": 25000,
"c6id.16xlarge": 25000,
"c6in.4xlarge": 25000,
"c7gn.2xlarge": 25000,
"d3.8xlarge": 25000,
"d3en.4xlarge": 25000,
"g4ad.16xlarge": 25000,
Expand Down Expand Up @@ -538,6 +542,7 @@ var (
"c6id.32xlarge": 50000,
"c6id.metal": 50000,
"c6in.8xlarge": 50000,
"c7gn.4xlarge": 50000,
"d3en.8xlarge": 50000,
"g4dn.12xlarge": 50000,
"g4dn.16xlarge": 50000,
Expand Down Expand Up @@ -594,6 +599,7 @@ var (
"c5n.metal": 100000,
"c6gn.16xlarge": 100000,
"c6in.16xlarge": 100000,
"c7gn.8xlarge": 100000,
"g4dn.metal": 100000,
"g5.48xlarge": 100000,
"hpc6a.48xlarge": 100000,
Expand Down Expand Up @@ -633,13 +639,18 @@ var (
"x2iezn.12xlarge": 100000,
"x2iezn.metal": 100000,
"c6in.24xlarge": 150000,
"c7gn.12xlarge": 150000,
"m6idn.24xlarge": 150000,
"m6in.24xlarge": 150000,
"r6idn.24xlarge": 150000,
"r6in.24xlarge": 150000,
"c6in.32xlarge": 200000,
"c6in.metal": 200000,
"c7gn.16xlarge": 200000,
"hpc6id.32xlarge": 200000,
"hpc7g.16xlarge": 200000,
"hpc7g.4xlarge": 200000,
"hpc7g.8xlarge": 200000,
"m6idn.32xlarge": 200000,
"m6idn.metal": 200000,
"m6in.32xlarge": 200000,
Expand Down
9 changes: 7 additions & 2 deletions pkg/providers/pricing/zz_generated.pricing.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ package pricing

import "time"

// generated at 2023-06-12T13:08:11Z for us-east-1
// generated at 2023-06-26T13:09:51Z for us-east-1

var initialPriceUpdate, _ = time.Parse(time.RFC3339, "2023-06-12T13:08:11Z")
var initialPriceUpdate, _ = time.Parse(time.RFC3339, "2023-06-26T13:09:51Z")
var initialOnDemandPrices = map[string]map[string]float64{}

func init() {
Expand Down Expand Up @@ -85,6 +85,9 @@ func init() {
"c7g.12xlarge": 1.740000, "c7g.16xlarge": 2.320000, "c7g.2xlarge": 0.290000, "c7g.4xlarge": 0.580000,
"c7g.8xlarge": 1.160000, "c7g.large": 0.072500, "c7g.medium": 0.036300, "c7g.metal": 2.320000,
"c7g.xlarge": 0.145000,
// c7gn family
"c7gn.12xlarge": 2.995200, "c7gn.16xlarge": 3.993600, "c7gn.2xlarge": 0.499200, "c7gn.4xlarge": 0.998400,
"c7gn.8xlarge": 1.996800, "c7gn.large": 0.124800, "c7gn.medium": 0.062400, "c7gn.xlarge": 0.249600,
// cc2 family
"cc2.8xlarge": 2.000000,
// cr1 family
Expand Down Expand Up @@ -120,6 +123,8 @@ func init() {
"g5g.metal": 2.744000, "g5g.xlarge": 0.420000,
// h1 family
"h1.16xlarge": 3.744000, "h1.2xlarge": 0.468000, "h1.4xlarge": 0.936000, "h1.8xlarge": 1.872000,
// hpc7g family
"hpc7g.16xlarge": 1.683200, "hpc7g.4xlarge": 1.683200, "hpc7g.8xlarge": 1.683200,
// hs1 family
"hs1.8xlarge": 4.600000,
// i2 family
Expand Down

0 comments on commit c8de56d

Please sign in to comment.