cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.
https://www.cockroachlabs.com
Other
29.52k stars 3.7k forks source link

roachprod: add cost estimation for AWS and Azure #106880

Open srosenberg opened 11 months ago

srosenberg commented 11 months ago

In [1], we added roachprod support for cost estimation for GCE [2]. Both AWS [3] and Azure [4] have similar cost estimation APIs which could easily be integrated with roachprod.List.

[1] https://github.com/cockroachdb/cockroach/pull/98955 [2] https://github.com/cockroachdb/cockroach/blob/c609b823b0a1fda5b7d605e4645cd452a6009961/pkg/roachprod/vm/gce/gcloud.go#L1396 [3] https://docs.aws.amazon.com/sdk-for-go/api/service/pricing/#Pricing.GetProducts [4] https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/costmanagement/armcostmanagement

Jira issue: CRDB-29750

blathers-crl[bot] commented 11 months ago

cc @cockroachdb/test-eng