
Explanation:
Correct Answer: C
Enabling autoscaling ensures that the instance group can dynamically adjust the number of instances based on incoming traffic. By setting both the minimum and maximum number of instances to 1, you guarantee that only a single instance will be active in the project. This setup also ensures that if the VM crashes due to any underlying hardware failure, another instance will be automatically added to maintain availability.
Why not the others?
For more information, refer to the Google Cloud documentation on autoscaling.
Ultimate access to all questions.
Your newly launched apparel-selling app uses a Managed Instance Group in GCP. To optimize costs during the initial low-traffic phase, you want only a single VM instance to be active in each GCP project. How should you configure the instance group to meet this requirement?
A
B
C
D
No comments yet.