Google Cloud Digital Leader — Question 234
An organization wants full control of their virtual machine infrastructure for a custom home-grown application with a product that autoscales and automatically updates.
Which Google Cloud product or solution should the organization use?
Answer options
- A. Cloud Build
- B. Cloud Run
- C. Compute Engine
- D. App Engine
Correct answer: C
Explanation
Compute Engine is the correct choice as it provides full control over virtual machines, allowing for customization and scalability. Cloud Run and App Engine are more suited for serverless applications, which don't require the level of control over the infrastructure that Compute Engine offers. Cloud Build is focused on CI/CD processes, not on managing virtual machines.