Skip to content

Commit

Permalink
Update AWS resource metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
deliahu committed Mar 25, 2020
1 parent 307d767 commit 20b4638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/lib/aws/resource_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -2542,6 +2542,7 @@ var InstanceMetadatas = map[string]map[string]InstanceMetadata{
"t3a.xlarge": {Region: "sa-east-1", Type: "t3a.xlarge", Memory: kresource.MustParse("16384Mi"), CPU: kresource.MustParse("4"), GPU: 0, Price: 0.2419},
"x1.16xlarge": {Region: "sa-east-1", Type: "x1.16xlarge", Memory: kresource.MustParse("999424Mi"), CPU: kresource.MustParse("64"), GPU: 0, Price: 13.005},
"x1.32xlarge": {Region: "sa-east-1", Type: "x1.32xlarge", Memory: kresource.MustParse("1998848Mi"), CPU: kresource.MustParse("128"), GPU: 0, Price: 26.01},
"x1e.32xlarge": {Region: "sa-east-1", Type: "x1e.32xlarge", Memory: kresource.MustParse("3997696Mi"), CPU: kresource.MustParse("128"), GPU: 0, Price: 52.019},
},
"us-east-1": {
"a1.2xlarge": {Region: "us-east-1", Type: "a1.2xlarge", Memory: kresource.MustParse("16384Mi"), CPU: kresource.MustParse("8"), GPU: 0, Price: 0.204},
Expand Down

0 comments on commit 20b4638

Please sign in to comment.