Question

Difficulty: EasyCreating Billing Budgets, Alerts, and BigQuery Exports

A cloud engineer is setting up cost oversight for a newly created workload. The engineer needs to receive automated email notifications when project spending reaches defined limits and must also analyze daily itemized spend trends using SQL. Which TWO actions should the engineer take to meet these requirements? (Select TWO answers.)

  1. Create a Cloud Billing budget for the target project and configure threshold rules to trigger email alerts.Answer
  2. Configure Cloud Billing export to send detailed cost data directly into a BigQuery dataset.Answer
  3. C
    Enable budget threshold rules to automatically shut down active virtual machine instances when spending exceeds 100%.
  4. D
    Grant the Project Viewer IAM role on the target project to enable automatic BigQuery export dataset creation.

Answer

The engineer should create a Cloud Billing budget with threshold rules to send email alerts and configure Cloud Billing export to stream detailed cost data to a BigQuery dataset.
To receive spending alerts, a Cloud Billing budget must be created with alert threshold rules that send email notifications. To analyze itemized billing data using SQL queries, Cloud Billing export must be enabled and directed to a BigQuery dataset.

Step-by-Step Solution

1
Configure budget email notifications
Budgets monitor project costs and trigger emails to administrators upon reaching percentage thresholds.
Meets the requirement for receiving automated email alerts when spending limits are approached.
2
Enable BigQuery billing export
Daily itemized billing metrics are continuously loaded into tables within a designated BigQuery dataset.
Meets the requirement for querying raw cost trends and usage data using SQL.

Key Concept

Billing Budgets, Alerts, and BigQuery Export Configuration
Rate this question