Topic 1 Question 225
Your managed instance group raised an alert stating that new instance creation has failed to create new instances. You need to solve the instance creation problem. What should you do?
Create an instance template that contains valid syntax which will be used by the instance group. Delete any persistent disks with the same name as instance names.
Create an instance template that contains valid syntax that will be used by the instance group. Verify that the instance name and persistent disk name values are not the same in the template.
Verify that the instance template being used by the instance group contains valid syntax. Delete any persistent disks with the same name as instance names. Set the disks.autoDelete property to true in the instance template.
Delete the current instance template and replace it with a new instance template. Verify that the instance name and persistent disk name values are not the same in the template. Set the disks.autoDelete property to true in the instance template.
ユーザの投票
コメント(7)
- 正解だと思う選択肢: A
C is eliminated because you cannot update or modify an existing instance template. It is immutable. https://cloud.google.com/compute/docs/instance-templates#how_to_update_instance_templates
D is eliminated because you cannot delete an instance template if a managed instance group references it. https://cloud.google.com/compute/docs/instance-templates/get-list-delete-instance-templates#delete_an_instance_template
B is eliminated because you cannot set different/custom name for persistent disk in an instance template. https://cloud.google.com/sdk/gcloud/reference/compute/instance-templates/create#--create-disk
So we left with A. Therefore A is the correct answer. Although, it should set the disks.autoDelete property to true for completeness.
👍 8scanner22023/08/26 - 正解だと思う選択肢: A
THIS IS A
👍 2happydays2023/08/01 - 正解だと思う選択肢: A👍 2ee_232023/08/16
シャッフルモード