GCP ACE · Question 20 · Domain 3.1: Deploying and implementing Compute Engine resources
You are deploying a web application on Compute Engine. You want the application to automatically scale out (add more instances) when CPU utilization exceeds 70%, and scale in when traffic drops. You also want instances to be automatically recreated if they crash.
What is the correct sequence of resources you need to create?
Answer options:
Unmanaged Instance Group -> Autoscaler -> Load Balancer
Instance Template -> Managed Instance Group (MIG) -> Autoscaler
Custom Image -> Autoscaler -> Managed Instance Group (MIG)
Instance Template -> Unmanaged Instance Group -> Autoscaler
50 questions · hints · full answers · grading