A global EdTech enterprise operates a digital learning platform on Google Cloud across multiple projects under a single organization. Their environment experiences predictable baseline compute usage alongside sharp, seasonal traffic spikes during worldwide examination periods. The analytics pipeline processes multi-terabyte analytical queries in BigQuery with fluctuating on-demand query costs. Additionally, petabytes of historical student assignment media remain stored in Cloud Storage Standard storage classes long after courses complete. The executive team has mandated a comprehensive FinOps initiative to reduce cloud spending and improve cost predictability without impacting platform performance or increasing operational overhead. Which THREE cost-optimization and governance strategies should the Cloud Architect recommend?
- Purchase Flexible Committed Use Discounts (Flexible CUDs) for Compute Engine to cover baseline spend across regions and machine families while accommodating seasonal workload fluctuations.Answer
- Implement Cloud Storage Object Lifecycle Management rules to automatically transition historical media objects from Standard to Coldline or Archive storage after 30 days of inactivity.Answer
- Configure BigQuery slot reservations and capacity commitments to transition high-volume analytics from on-demand pricing to predictable flat-rate query execution.Answer
- DPurchase 3-year standard Committed Use Discounts covering 100% of peak autoscaling compute capacity tied to specific machine families and zones.
- EMigrate all simple stateless HTTP services to dedicated Google Kubernetes Engine (GKE) clusters with custom node pools to manage container deployments.