Topic 9 Question 38
To ensure that your application will handle the load even if an entire zone fails, what should you do?
Don't select the "Multizone" option when creating your managed instance group.
Spread your managed instance group over two zones and overprovision by 100%.
Create a regional unmanaged instance group and spread your instances across multiple zones.
Overprovision your regional managed instance group by at least 50%.
解説
To account for the extreme case where one zone fails or an entire group of instances stops responding, Compute Engine strongly recommends overprovisioning your managed instance group by at least 50%. Spreading instances across three zones already helps you preserve at least 2/3 of your serving capacity and the other two zones in the region can continue to serve traffic without interruption. By overprovisioning to 150%, you can ensure that if 1/3 of the capacity is lost, 100% of traffic is supported by the remaining zones. You need to select the "Multizone" option (or the --region flag if you're using the gcloud command) when creating a managed instance group. It is only possible to create regional managed instance groups. You cannot create regional unmanaged instance groups. Reference: https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance- groups#provisioning_the_correct_managed_instance_group_size
ユーザの投票
コメント(17)
It's B, 2 zones is 100% overprovision: https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups?hl=es-419
50% is for 3 zones, but the answer B is not saying 3 zones and all the regiones don't have 3 zones, so it's not D.
👍 16jcmoranp2019/10/27agree B
👍 8gavintgh2019/12/18Final Decision to go with Option B
👍 6AD2AD42020/05/28
シャッフルモード