1

I am trying to find how much each resource is costing me in Google Cloud. When I run the query in BigQuery the data has no information about the resource like its name or id. For example I have a VM by the name of myvm with instance id of 1235XXXXX in myproject . How can I find the cost incurred on this vm in a given period. The vm has not labels set

The query I am running is

select *from myproject.mydynaset.gcp_billing_export_v1_786xxxxxxxx

Sam
  • 51
  • 6

1 Answers1

0

I recommend to use the Google Cloud Pricing Calculator to know how much will it cost the resources that you're using.

drauedo
  • 641
  • 4
  • 17