ASSOCIATE-CLOUD-ENGINEER · Question #385
You are planning to move your company's website and a specific asynchronous background job to Google Cloud Your website contains only static HTML content The background job is started through an…
The correct answer is C. Move both your website and background job to Cloud Run. Cloud Run is a fully managed compute platform that automatically scales down to zero when not in use, aligning with your requirement of no costs when idle. It supports HTTP-triggered services, making it ideal for your background job. Your static website can also be served via…
Question
Options
- AMove your website to Google Kubemetes Engine (GKE). and move your background job to Cloud
- BMove both your website and background job to Compute Engine.
- CMove both your website and background job to Cloud Run.
- DMove your website to Google Kubemetes Engine (GKE), and move your background job to
How the community answered
(62 responses)- A3% (2)
- B11% (7)
- C81% (50)
- D5% (3)
Explanation
Cloud Run is a fully managed compute platform that automatically scales down to zero when not in use, aligning with your requirement of no costs when idle. It supports HTTP-triggered services, making it ideal for your background job. Your static website can also be served via Cloud Run, although the more cost-effective and optimal option for static content would be Cloud Storage with a CDN - but Cloud Run still fits the constraints given (autoscaling and multi-region support).
Topics
Community Discussion
No community discussion yet for this question.