Skip to content

Commit

Permalink
chore: Update data from AWS APIs (#7748)
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 17, 2025
1 parent 1007e0b commit 7772f84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/providers/pricing/zz_generated.pricing_aws_us_gov.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:45Z for us-east-1
// generated at 2025-02-17T13:12:07Z for us-east-1

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

Expand Down Expand Up @@ -113,6 +113,10 @@ var InitialOnDemandPricesUSGov = map[string]map[ec2types.InstanceType]float64{
"m6i.12xlarge": 2.904000, "m6i.16xlarge": 3.872000, "m6i.24xlarge": 5.808000, "m6i.2xlarge": 0.484000,
"m6i.32xlarge": 7.744000, "m6i.4xlarge": 0.968000, "m6i.8xlarge": 1.936000, "m6i.large": 0.121000,
"m6i.metal": 7.744000, "m6i.xlarge": 0.242000,
// m7g family
"m7g.12xlarge": 2.467200, "m7g.16xlarge": 3.289600, "m7g.2xlarge": 0.411200, "m7g.4xlarge": 0.822400,
"m7g.8xlarge": 1.644800, "m7g.large": 0.102800, "m7g.medium": 0.051400, "m7g.metal": 3.289600,
"m7g.xlarge": 0.205600,
// m7i-flex family
"m7i-flex.12xlarge": 2.896800, "m7i-flex.16xlarge": 3.862400, "m7i-flex.2xlarge": 0.482800,
"m7i-flex.4xlarge": 0.965600, "m7i-flex.8xlarge": 1.931200, "m7i-flex.large": 0.120700,
Expand Down

0 comments on commit 7772f84

Please sign in to comment.