
Answer-first summary for fast verification
Answer: Use the n2-highcpu-96 machine type in the configuration of the managed instance group., Validate that the resource requirements are within the available project quota limits of each region.
To deploy a new service that automatically scales using a managed instance group across multiple regions and requires a large number of resources for each instance, the following steps are crucial: 1. **Validate resource requirements against project quota limits (Option D)**: Before deployment, it's essential to ensure that the resource requirements do not exceed the available project quota limits in each region to avoid deployment failures. 2. **Use an appropriate machine type (Option B)**: The n2-highcpu-96 machine type is suitable for services requiring a large number of resources, as it provides high CPU capacity. Monitoring Cloud Trace (Option A) is more about optimizing performance post-deployment rather than planning for capacity. Deploying in multiple regions and using an internal load balancer (Option C) is about ensuring high availability and distributing traffic but doesn't directly address the need for planning capacity or selecting the right machine type. Therefore, the correct actions are to validate project quota limits and select an appropriate machine type.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are deploying a new service to production that requires automatic scaling via a managed instance group and multi-region deployment. Each instance demands significant resources, necessitating capacity planning. What is the recommended approach?
A
Monitor results of Cloud Trace to determine the optimal sizing.
B
Use the n2-highcpu-96 machine type in the configuration of the managed instance group.
C
Deploy the service in multiple regions and use an internal load balancer to route traffic.
D
Validate that the resource requirements are within the available project quota limits of each region.
No comments yet.