An online gaming enterprise runs its web frontends on Cloud Run, operates dedicated legacy backend engines on Compute Engine instances, and exports massive raw event logs to Cloud Storage. The platform maintains a predictable baseline load throughout the day, supplemented by sharp, unpredictable traffic spikes during live tournament events. The FinOps team requests an organization-wide cost optimization strategy to lower compute and storage expenses while minimizing operational complexity and maintaining low administrative overhead. Which TWO actions should the Cloud Architect recommend?
- Purchase spend-based Flexible Committed Use Discounts (CUDs) at the Cloud Billing account level to cover the baseline usage across Cloud Run and Compute Engine.Answer
- BPurchase 3-year resource-based Committed Use Discounts (CUDs) sized to match peak instance counts during live tournament spikes on Compute Engine.
- CMigrate the legacy single-region backend databases from Cloud SQL to multi-region Cloud Spanner instances to reduce database operational expenditures.
- Configure Cloud Storage Lifecycle Management rules to automatically transition historical raw event log files from Standard to Coldline storage after 30 days.Answer
- EMigrate all containerized Cloud Run microservices onto a dedicated Google Kubernetes Engine (GKE) cluster to reduce baseline infrastructure costs.
Answer
The Cloud Architect should recommend purchasing spend-based Flexible Committed Use Discounts (CUDs) at the Cloud Billing account level and configuring Cloud Storage Lifecycle Management rules to transition log files from Standard to Coldline storage.
The combination of spend-based Flexible Committed Use Discounts (CUDs) and Cloud Storage Lifecycle Management rules addresses both baseline compute spending across different GCP compute products and long-term storage retention costs without introducing unnecessary management overhead.
Step-by-Step Solution
Key Concept
Optimizing multi-service compute expenses with spend-based Flexible CUDs and automated Cloud Storage lifecycle rules.
Estimated Time:2m 30s