Soru

Zorluk: OrtaDesigning Infrastructure for Business Requirements and Cost Optimization

A digital media processing company is migrating its video catalog workflow to Google Cloud. The architecture includes batch-oriented, stateless video rendering tasks that run intermittently when new media arrives, as well as a 600 TB600\text{ TB} historical video archive that is retained for compliance and accessed less than once a year. The business objective is to minimize ongoing infrastructure maintenance overhead and optimize total operational expenditure. Which TWO architectural decisions should the cloud architect recommend? (Select TWO)

  1. Execute the batch video rendering tasks using Cloud Run Jobs to eliminate baseline compute costs and automatically scale to zero when idle.Cevap
  2. B
    Provision a dedicated Google Kubernetes Engine (GKE) Standard cluster to manage the batch video rendering containers.
  3. Store the historical video assets in Cloud Storage using the Archive Storage class with Object Lifecycle Management to automate tiering.Cevap
  4. D
    Migrate the historical video assets to a multi-region Cloud Spanner database to guarantee zero recovery point objective (RPO) and low latency.

Cevap

The architect should execute the batch video rendering tasks using Cloud Run Jobs and store the historical video assets in Cloud Storage using the Archive Storage class with Object Lifecycle Management.
Selecting Cloud Run Jobs satisfies the requirement to process intermittent stateless tasks without incurring baseline compute costs, as serverless workloads scale to zero when idle. Storing long-term rarely accessed assets in Cloud Storage Archive Storage provides the lowest storage cost per gigabyte for data accessed less than once annually while maintaining standard Cloud Storage API accessibility.

Adım Adım Çözüm

1
Analyze compute workload requirements for intermittent stateless batch processing
Identified serverless container execution (Cloud Run Jobs) as optimal to avoid paying for idle compute nodes.
Batch workloads that run periodically do not require dedicated Kubernetes nodes, making fully managed serverless compute the most cost-efficient choice.
2
Analyze storage access patterns for 600 TB600\text{ TB} of historical media files
Selected Cloud Storage Archive Storage tier with Object Lifecycle Management.
Data accessed less than once per year should utilize Archive Storage to achieve the lowest cost per GB/month while preserving standard API access.

Anahtar Kavram

Serverless compute right-sizing and object storage tiering for cost optimization
Bu soruyu puanla