Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You need to automate the creation of a managed instance group where the VMs have numerous OS package dependencies. Your goal is to minimize the startup time for new VMs in the group. What is the recommended approach?
A
Use Terraform to create the managed instance group and a startup script to install the OS package dependencies.
B
Create a custom VM image with all OS package dependencies. Use Deployment Manager to create the managed instance group with the VM image.
C
Use Puppet to create the managed instance group and install the OS package dependencies.
D
Use Deployment Manager to create the managed instance group and Ansible to install the OS package dependencies.