Question 33 of 284
Single answerYou are deploying an application to a Compute Engine VM in a managed instance group. The application must be running at all times, but only a single instance of the VM should run per GCP project. How should you configure the instance group?
✓ASet autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 1.
BSet autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 1.
CSet autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 2.
DSet autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 2.
✓
Correct Answer: A
Set autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 1.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.