Skip to content

Commit

Permalink
chore: Update data from AWS APIs (#7822)
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 Mar 3, 2025
1 parent 4cc54cc commit ee54205
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-02-17T13:12:07Z for us-east-1
// generated at 2025-03-03T13:10:55Z for us-east-1

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

Expand Down Expand Up @@ -59,6 +59,10 @@ var InitialOnDemandPricesUSGov = map[string]map[ec2types.InstanceType]float64{
"c7g.12xlarge": 2.080800, "c7g.16xlarge": 2.774400, "c7g.2xlarge": 0.346800, "c7g.4xlarge": 0.693600,
"c7g.8xlarge": 1.387200, "c7g.large": 0.086700, "c7g.medium": 0.043400, "c7g.metal": 2.774400,
"c7g.xlarge": 0.173400,
// c7gd family
"c7gd.12xlarge": 2.630900, "c7gd.16xlarge": 3.507800, "c7gd.2xlarge": 0.438500, "c7gd.4xlarge": 0.877000,
"c7gd.8xlarge": 1.753900, "c7gd.large": 0.109600, "c7gd.medium": 0.054800, "c7gd.metal": 3.507800,
"c7gd.xlarge": 0.219200,
// c7i family
"c7i.12xlarge": 2.570400, "c7i.16xlarge": 3.427200, "c7i.24xlarge": 5.140800, "c7i.2xlarge": 0.428400,
"c7i.48xlarge": 10.281600, "c7i.4xlarge": 0.856800, "c7i.8xlarge": 1.713600, "c7i.large": 0.107100,
Expand Down

0 comments on commit ee54205

Please sign in to comment.