Soru

Zorluk: OrtaDesigning Infrastructure for Business Requirements and Cost Optimization

A digital publishing platform delivers static media assets and news articles to a global readership. The application experiences sudden traffic spikes during major news events. The business leadership requires an architectural redesign to minimize global egress latency and bandwidth costs for static assets, while automatically reducing storage costs for published articles that are older than 30 days. Which TWO architectural decisions should you recommend to satisfy these business and cost requirements?

  1. Store static media assets in a Cloud Storage bucket and enable Cloud CDN to cache assets at edge locations close to global users.Cevap
  2. Configure an Object Lifecycle Management rule on the Cloud Storage bucket to automatically transition objects older than 30 days from Standard to Coldline storage.Cevap
  3. C
    Deploy a multi-region Google Kubernetes Engine (GKE) cluster with dedicated Nginx proxy pods in every region to cache and serve static media files locally.
  4. D
    Migrate static media files into a multi-region Cloud Spanner database instance to guarantee globally consistent low-latency access.

Cevap

The platform should store static media assets in Cloud Storage with Cloud CDN enabled to cache content at edge locations, and configure an Object Lifecycle Management rule to transition assets older than 30 days to Coldline storage.
Caching static content via Cloud CDN backed by Cloud Storage minimizes network latency and egress fees globally. Automating storage tier transitions to Coldline storage using Object Lifecycle Management ensures that infrequently accessed data incurs lower storage costs automatically.

Adım Adım Çözüm

1
Analyze latency and bandwidth cost optimization requirements for static media delivery.
Cloud CDN integrated with Cloud Storage offloads origin traffic to Google's global edge network, lowering latency and egress pricing.
Serving static files from edge caches minimizes origin bandwidth and delivers content closer to global end users.
2
Analyze automated storage cost reduction for assets older than 30 days.
An Object Lifecycle Management rule set to transition objects after 30 days from Standard to Coldline storage automates cost savings.
Infrequently accessed data shifted to lower-cost storage classes reduces ongoing monthly storage expenses without requiring custom scripts.

Anahtar Kavram

Combining Cloud Storage with Cloud CDN and Object Lifecycle Management optimizes global delivery performance while minimizing compute, network egress, and long-term storage expenses.
Bu soruyu puanla