-
Notifications
You must be signed in to change notification settings - Fork 4
Added support for GCP in cost summary #597
Copy link
Copy link
Open
Description
Summary
The Nullstone dashboard provides a monthly summary of costs.
This currently only supports AWS.
We should provide support for GCP.
Intended Outcome
How will it work?
Steps to configure Cost Reporting
- Ensure "global" GCP project (where you normally hold your root DNS records)
- Create
- Go to console.cloud.google.com/billing
- Select the primary billing account
- Left nav -> Billing export
- Enable "Standard usage cost"
- Edit Settings
- Select any project (usually "global"; whatever holds your root DNS records)
- CREATE NEW DATASET > Dataset ID:
billing_export> Click "Create dataset" - Choose created dataset and click "Save"
- Enable "Detailed usage cost"
- Edit settings
- Choose same project as step 4 > choose same dataset > click "Save"
- Go to
Reactions are currently unavailable