-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Billing Report for GCP project: elasticc-challenge (updated about once per day)
We need to keep an eye on how much we're spending on Google Cloud as we test this code and run the actual challenge. We should check the billing reports regularly.
In addition, before running a test, get clear about what you expect to happen. Here are some questions to ask yourself:
- which modules are you trying to test?
- what is actually deployed? in other words, what resources exist in GCP that will be triggered? (Pub/Sub streams, BigQuery tables, Cloud Run instances, VMs, etc.)
- how many alerts are you sending thru? (using a large number of alerts can be expensive and should not be done unless we specifically need to test how the module(s) will handle the load)
After running tests, check the billing report for anything that's unexpected.
During the actual challenge, we should review the billing to make sure it's not wildly different than what we expect, and to see if there's simple changes we could make to save money.
Metadata
Metadata
Assignees
Labels
No labels