An agricultural technology enterprise operates a global IoT telemetry processing platform on Google Cloud. The infrastructure consists of a steady 24/7 baseline stream processing pipeline, unpredictable bursty batch processing jobs for sudden weather event analytics, and raw data storage used for analytical queries in BigQuery. The central FinOps team wants to optimize cloud expenditure without compromising processing performance or system security. Which TWO cost optimization strategies should the Cloud Architect recommend? (Select TWO)
- Apply Flexible Committed Use Discounts (Flex CUDs) to cover baseline compute resources, and utilize Spot VMs for the fault-tolerant, unpredictable weather batch processing jobs.Cevap
- Implement Cloud Storage Lifecycle Management to transition raw telemetry logs to Nearline or Coldline storage classes after 30 days, and use BigQuery slot capacity management for predictable analytics workloads.Cevap
- CPurchase 3-year standard Compute Engine Committed Use Discounts (CUDs) sized to match peak compute capacity during bursty weather events.
- DMigrate all regional relational telemetry databases from Cloud SQL to multi-region Cloud Spanner instances to achieve automatic resource cost reductions.
- EGrant Project Owner IAM roles to lead engineers so they can manually delete unattached persistent disks and idle virtual machines.
Cevap
The Cloud Architect should recommend purchasing Flexible Committed Use Discounts (Flex CUDs) for baseline compute combined with Spot VMs for bursty batch jobs, alongside setting Cloud Storage Lifecycle Management policies and BigQuery slot capacity controls.
Combining Flexible Committed Use Discounts (Flex CUDs) for baseline compute with Spot VMs for fault-tolerant batch workloads addresses compute cost efficiency across steady and bursty demands. Concurrently, automating Cloud Storage object lifecycle management transitions less frequently accessed telemetry data to colder storage tiers, while BigQuery slot reservations prevent unexpected query cost spikes.
Adım Adım Çözüm
Anahtar Kavram
FinOps multi-layered cost optimization utilizing flexible commitments, Spot instances, storage lifecycle automation, and slot governance.