Google Cloud Certified Associate Cloud Engineer Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Google Cloud Certified Associate Cloud Engineer Exam. Engage with interactive quizzes and detailed explanations tailored to help you master key concepts. Ensure you're ready for a successful career in the cloud computing industry!

Practice this question and more.


Your team has chosen to use Deployment Manager to create the Compute Engine infrastructure for your application. You've already run the gcloud deployment-manager deployments create command to create the deployment. You've updated 2 resources in the template and need to deploy the change. What command should you use?

  1. A. gcloud deployment-manager resources apply

  2. B. gcloud deployment-manager deployments update

  3. C. gcloud deployment-manager resources update

  4. D. gcloud deployment-manager deployments apply

The correct answer is: B. gcloud deployment-manager deployments update

After making changes to resources in the deployment template, the gcloud deployment-manager deployments update command should be used in order to deploy those changes. Option A is incorrect because it applies changes to specific resources, not the entire deployment. Option C is incorrect because it only updates existing resources and does not deploy any changes to the infrastructure. Option D is incorrect because it simply applies the deployment template but does not take into account any changes that have been made.