A Cloud Engineer needs to set up a detailed daily Cloud Billing export to BigQuery for central cost governance. Place the steps required to configure and verify this billing export in the correct chronological order.
- 1Create a destination BigQuery dataset in the selected management project with an appropriate data location.
- 2Verify that the configuring identity possesses both the Billing Account Administrator role on the billing account and BigQuery Data Editor on the target dataset.
- 3Navigate to the Cloud Billing section in the Google Cloud Console, choose the target Billing Account, and select Billing export.
- 4Enable Detailed Cost Usage Export and specify the target Project ID and BigQuery Dataset ID.
- 5Verify table creation in the BigQuery console and execute queries against the populated cost export dataset.
Answer
The correct sequence starts with creating the BigQuery dataset, verifying requisite IAM permissions (Billing Account Administrator and BigQuery Data Editor), navigating to the Cloud Billing export settings in the GCP Console, specifying the target project and dataset to enable Detailed Cost Usage Export, and finally verifying table population in BigQuery.
Configuring BigQuery Cloud Billing exports follows a strict prerequisite workflow: a BigQuery dataset must exist first, proper administrative IAM permissions on both the billing account and dataset must be held, the export sink must be pointed to the project and dataset via the Cloud Billing Console, and data populates into automatically created partitioned tables for verification.
Step-by-Step Solution
Key Concept
Cloud Billing BigQuery Export Configuration Sequence