Easy1 markMultiple Choice
GCP PCA · Question 34 · Business Requirements
You are designing a highly available web application on Compute Engine. The application must automatically scale out during traffic spikes and scale in during quiet periods to save costs. If a VM crashes, it must be automatically recreated. Which GCP feature should you use?
You are designing a highly available web application on Compute Engine. The application must automatically scale out during traffic spikes and scale in during quiet periods to save costs. If a VM crashes, it must be automatically recreated. Which GCP feature should you use?
Answer options:
A.
Unmanaged Instance Groups
B.
Managed Instance Groups (MIGs)
C.
Cloud Run
D.
Compute Engine Autoscaler API
How to approach this question
Identify the Compute Engine feature that provides identical VMs, autoscaling, and autohealing.
Full Answer
B.Managed Instance Groups (MIGs)✓ Correct
Managed Instance Groups (MIGs)
Managed Instance Groups (MIGs) are the foundation of scalable and highly available VM-based architectures in GCP. By defining an Instance Template, the MIG can automatically spin up new identical VMs when load increases (autoscaling) and recreate VMs if the application stops responding to health checks (autohealing).
Common mistakes
Choosing Unmanaged Instance Groups (Option A). These are only used for legacy load balancing scenarios where you need different types of VMs in the same group.
Practice the full GCP Professional Cloud Architect Practice Exam 7
50 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: TechStream Gaming
Company Overview:
TechStream Gaming is a global multiplayer game d...HardQ02CASE STUDY: TechStream Gaming
Company Overview:
TechStream Gaming is a global multiplayer game d...MediumQ03CASE STUDY: TechStream Gaming
Company Overview:
TechStream Gaming is a global multiplayer game d...MediumQ04CASE STUDY: TechStream Gaming
Company Overview:
TechStream Gaming is a global multiplayer game d...MediumQ05CASE STUDY: TechStream Gaming
Company Overview:
TechStream Gaming is a global multiplayer game d...Medium
Expert