In AWS I am able to create a Cost and Usage report and Role ARN's via CloudFormation templates.Is there anything similar to this available in GCP? to create a billing export to BigQuery and creation of service account and role assigning to that service account.
Asked
Active
Viewed 92 times
-1
-
Hi @DAK, Can you follow this public [doc 1](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-setup) for export billing data to bigquery and for create a service account you can follow this [doc 2](https://cloud.google.com/iam/docs/service-accounts-create). Please let me know if it is useful or not ? – Arpita Shrivastava Aug 04 '23 at 11:29
-
No, I am trying to automate that process via deployments – DAK Aug 07 '23 at 13:57
-
Does this [Link](https://cloud.google.com/billing/docs/how-to/export-data-bigquery) will help you ? – Arpita Shrivastava Aug 08 '23 at 06:54