Topic 1 Question 60
Your application is built as a custom machine image. You have multiple unique deployments of the machine image. Each deployment is a separate managed instance group with its own template. Each deployment requires a unique set of configuration values. You want to provide these unique values to each deployment but use the same custom machine image in all deployments. You want to use out-of-the-box features of Compute Engine. What should you do?
Place the unique configuration values in the persistent disk.
Place the unique configuration values in a Cloud Bigtable table.
Place the unique configuration values in the instance template startup script.
Place the unique configuration values in the instance template instance metadata.
ユーザの投票
コメント(11)
A and B are wrong for sure
https://cloud.google.com/compute/docs/instances/startup-scripts: "A startup script is a file that contains commands that run when a virtual machine (VM) instance boots:
Answer is D
👍 7syu31svc2021/07/03C would be correct answer here.
👍 6saurabh18052020/11/11Option D: at the time of deployment, configuration values in the instance template instance metadata.
👍 4dwbi_shrikant2021/03/03
シャッフルモード