
Ultimate access to all questions.
Your Site Reliability Engineering (SRE) team is managing an application deployed across three regions, utilizing Managed Instance Groups behind a global HTTP(S) Load Balancer. During the application of a critical security patch to Compute Engine instances, an error in the third region causes requests to fail. How can you minimize the impact on users from this unsuccessful patching?
A
Increase the number of instances in the affected region to handle the load.
B
Attempt to restart all instances in the affected region to resolve the issue.
C
Redirect traffic away from the affected region to the other two regions while addressing the patching error.
D
Reverse the changes made in the third region to revert to the previous state.