Which GCP service would you suggest?

A company wants to build an application that stores images in a Cloud Storage bucket and wants to generate thumbnails as well as resize the images. They want to use a google managed service that can scale up and scale down to zero automatically with minimal effort. You have been asked to recommend a service.

Which GCP service would you suggest?
A . Google Compute Engine
B . Google App Engine
C . Cloud Functions
D . Google Kubernetes Engine

Answer: C

Explanation:

Text

Description automatically generated with low confidence

Cloud Functions is Google Cloud’s event-driven serverless compute platform. It automatically scales based on the load and requires no additional configuration. You pay only for the resources used.

Ref: https://cloud.google.com/functions

While all other options i.e. Google Compute Engine, Google Kubernetes Engine, Google App Engine support autoscaling, it needs to be configured explicitly based on the load and is not as trivial as the scale up or scale down offered by Google’s cloud functions.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments