Comment on Going Multi-Cloud with AWS and GCP: Lessons Learned at ScaleComments−azurezyq9yOne extra point for tracking VM bills:GCE bills are aggregated across instances. To get more detailed breakdown, you can apply labels to them and the bills will have label information attached in BQ.Alternatively, you can leverage GCE usage exports here:https://cloud.google.com/compute/docs/usage-exportWhich has per-instance per-day per-item usage data for GCE.Disclosure: I work for Google Cloud but not on GCE.
Comments
One extra point for tracking VM bills:
GCE bills are aggregated across instances. To get more detailed breakdown, you can apply labels to them and the bills will have label information attached in BQ.
Alternatively, you can leverage GCE usage exports here:
https://cloud.google.com/compute/docs/usage-export
Which has per-instance per-day per-item usage data for GCE.
Disclosure: I work for Google Cloud but not on GCE.