Skip to content

Commit f0a1a4f

Browse files
github-actions[bot]APICodeGen
and
APICodeGen
authoredSep 23, 2022
chore: Update data from AWS APIs (#2549)
Co-authored-by: APICodeGen <APICodeGen@users.noreply.github.com>
1 parent 8fcc4d8 commit f0a1a4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎pkg/cloudprovider/aws/zz_generated.pricing.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ package aws
1818

1919
import "time"
2020

21-
// generated at 2022-09-20T17:11:18Z for us-east-1
21+
// generated at 2022-09-23T20:07:54Z for us-east-1
2222

23-
var initialPriceUpdate, _ = time.Parse(time.RFC3339, "2022-09-20T17:11:18Z")
23+
var initialPriceUpdate, _ = time.Parse(time.RFC3339, "2022-09-23T20:07:54Z")
2424
var initialOnDemandPrices = map[string]float64{
2525
// a1 family
2626
"a1.2xlarge": 0.204000, "a1.4xlarge": 0.408000, "a1.large": 0.051000, "a1.medium": 0.025500,
@@ -225,7 +225,6 @@ var initialOnDemandPrices = map[string]float64{
225225
"r5dn.4xlarge": 1.336000, "r5dn.8xlarge": 2.672000, "r5dn.large": 0.167000, "r5dn.metal": 8.016000,
226226
"r5dn.xlarge": 0.334000,
227227
// r5n family
228-
// TODO: Remove to not cause a diff when testing
229228
"r5n.12xlarge": 3.576000, "r5n.16xlarge": 4.768000, "r5n.24xlarge": 7.152000, "r5n.2xlarge": 0.596000,
230229
"r5n.4xlarge": 1.192000, "r5n.8xlarge": 2.384000, "r5n.large": 0.149000, "r5n.metal": 7.152000,
231230
"r5n.xlarge": 0.298000,

0 commit comments

Comments
 (0)
Please sign in to comment.