
Answer-first summary for fast verification
Answer: Deployment Manager
The correct answer is A: Deployment Manager. Deployment Manager is a configuration management tool that allows you to define and deploy a set of resources, including Compute Engine VMs, in a declarative manner. You can use it to specify the exact specifications of your VMs in a configuration file, and Deployment Manager will create and manage those VMs for you. It is recommended by Google for automating and managing the deployment of resources on the Google Cloud Platform.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In order to efficiently manage and automate the provisioning of Virtual Machines (VMs) on Google Compute Engine, you need to adopt a dynamic approach that reads specific VM configuration details from a dedicated configuration file. Which method would allow you to achieve this?
A
Deployment Manager
B
Cloud Composer
C
Managed Instance Group
D
Unmanaged Instance Group
No comments yet.