You need a dynamic way of provisioning VMs on Compute Engine. The exact specifications will be in a dedicated configuration file. You want to follow Google's recommended practices. Which method should you use?
Show Answer & Explanation
Correct Answer: A. Deployment Manager
Deployment Manager uses declarative YAML/Jinja2/Python config files to provision GCP resources dynamically. It's Google's native IaC tool and the recommended practice for VM provisioning from config files. Cloud Composer is a workflow orchestration tool (Apache Airflow), not for VM provisioning. MIGs (C, D) create instances from templates but don't use dedicated config files for arbitrary specifications.