Question

Difficulty: EasyOptimizing Business Processes through FinOps and Cloud Cost Management

An enterprise logistics company is establishing FinOps governance and cost optimization practices across its Google Cloud environment. Which of the following strategies will effectively lower operational spending while maintaining proper resource governance? (Select TWO)

  1. Configure Cloud Storage Lifecycle Management rules to automatically transition historical application log objects to Nearline or Coldline storage classes based on object age.Answer
  2. Apply consistent resource labels across projects and configure GCP Billing budget alerts to track department-level spending against financial targets.Answer
  3. C
    Purchase 3-year Committed Use Discounts (CUDs) to cover unpredictable, highly variable short-lived batch processing workloads.
  4. D
    Migrate standard single-region relational databases from Cloud SQL to Cloud Spanner to simplify billing structure.
  5. E
    Deploy simple stateless HTTP microservices onto dedicated Google Kubernetes Engine (GKE) clusters rather than Cloud Run to eliminate cluster management costs.

Answer

The effective cost optimization strategies are configuring Cloud Storage Lifecycle Management rules for aged logs and implementing resource labeling with GCP Billing budget alerts.
The correct strategies leverage native Google Cloud functionality to reduce waste and enforce governance: Cloud Storage Lifecycle Management automates moving older data to cheaper storage tiers, while structured resource labels paired with GCP Billing budget alerts provide granular spending visibility and proactive budget management required by FinOps frameworks.

Step-by-Step Solution

1
Evaluate storage tiering automation
Moving aged logs to Nearline or Coldline storage automatically reduces per-gigabyte storage pricing.
Cold storage classes provide lower storage costs for infrequently accessed data.
2
Assess organizational billing visibility and accountability
Combining standardized resource labels with project budget alerts enables accurate cost breakdown and early detection of cost overruns.
FinOps practices rely on clear accountability and automated budget thresholds.
3
Identify suboptimal pricing commitments and architecture selections
Avoid committing to long-term discounts on variable batch workloads, using high-cost multi-region database services for simple SQL, or hosting simple web containers on dedicated GKE clusters.
These approaches introduce unnecessary baseline expense and financial lock-in.

Key Concept

Optimizing Business Processes through FinOps and Cloud Cost Management
Rate this question