A cloud engineer needs to set up a BigQuery billing export for detailed cost analysis across an organization. What is the correct sequence of steps to configure this Cloud Billing export?
- 1Create a BigQuery dataset in the target project designated for billing logs.
- 2Grant the BigQuery Data Editor IAM role on the dataset to the Cloud Billing service account.
- 3Open the Google Cloud Console and navigate to Billing export under the Cloud Billing section.
- 4Enable Detailed usage cost export, select the target project and BigQuery dataset, and save.
Cevap
The correct sequence begins with creating the BigQuery dataset, granting the Cloud Billing service account the BigQuery Data Editor IAM role on that dataset, navigating to Billing export in the Cloud Billing console, and finally configuring the Detailed usage cost export settings.
Setting up a BigQuery billing export requires preparing the destination environment first. Creating the dataset establishes the target container. Granting the Cloud Billing service account the BigQuery Data Editor role ensures Cloud Billing has permission to create tables and insert billing records. Navigating to the Cloud Billing export console and enabling the Detailed usage cost export with the dataset completes the process.
Adım Adım Çözüm
Anahtar Kavram
BigQuery Billing Export Setup Sequence and Service Account Authorization