Question: 1/50
You are building a Cloud Run service that processes user-uploaded images. During traffic spikes, requests occasionally time out while downloading images from Cloud Storage. You want the service to remain responsive and handle spikes without manual intervention. What should you do?
Increase the Cloud Run request timeout and set a higher maximum number of instances
Move the service to a Compute Engine instance group with a fixed number of VMs
Store the images on the Cloud Run container filesystem to avoid Cloud Storage latency
Disable concurrency so each Cloud Run instance handles only one request at a time