Google Cloud Associate Cloud Engineer — Question 185
Your team wants to deploy a specific content management system (CMS) solution to Google Cloud. You need a quick and easy way to deploy and install the solution. What should you do?
Answer options
- A. Search for the CMS solution in Google Cloud Marketplace. Use gcloud CLI to deploy the solution.
- B. Search for the CMS solution in Google Cloud Marketplace. Deploy the solution directly from Cloud Marketplace.
- C. Search for the CMS solution in Google Cloud Marketplace. Use Terraform and the Cloud Marketplace ID to deploy the solution with the appropriate parameters.
- D. Use the installation guide of the CMS provider. Perform the installation through your configuration management system.
Correct answer: B
Explanation
The correct answer is B because deploying directly from Cloud Marketplace allows for a streamlined installation process with minimal configuration needed. Option A requires additional steps using gcloud CLI, which is less straightforward. Option C involves using Terraform, which adds complexity, and Option D relies on external documentation and a configuration management system, making it less efficient.