Google Cloud Professional Cloud DevOps Engineer — Question 32

You support a production service that runs on a single Compute Engine instance. You regularly need to spend time on recreating the service by deleting the crashing instance and creating a new instance based on the relevant image. You want to reduce the time spent performing manual operations while following Site
Reliability Engineering principles. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because creating a Managed instance Group allows for automated instance management, including health checks that can restart instances automatically when they fail. Option A does not address the immediate need for automation. Option C adds unnecessary complexity with a Load Balancer, and option D, while useful for alerts, still requires manual intervention to recreate the instance.