Google
PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #58
You have deployed a proof-of-concept application by manually placing instances in a single Compute Engine zone. You are now moving the application to production, so you need to increase your applicati
The correct answer is A. Create a single managed instance group, specify the desired region, and select Multiple zones for. Managed instant group and deployed in a set region (MIG is a regional resources) deployed in https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances
Submitted by kim_seoul· Apr 18, 2026Designing, planning, and prototyping a Google Cloud network
Question
You have deployed a proof-of-concept application by manually placing instances in a single Compute Engine zone. You are now moving the application to production, so you need to increase your application availability and ensure it can autoscale. How should you provision your instances?
Options
- ACreate a single managed instance group, specify the desired region, and select Multiple zones for
- BCreate a managed instance group for each region, select Single zone for the location, and
- CCreate an unmanaged instance group in a single zone, and then create an HTTP load balancer
- DCreate an unmanaged instance group for each zone, and manually distribute the instances
How the community answered
(29 responses)- A79% (23)
- B3% (1)
- C14% (4)
- D3% (1)
Explanation
Managed instant group and deployed in a set region (MIG is a regional resources) deployed in https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances
Topics
#Managed Instance Groups#Autoscaling#High Availability#Compute Engine Instances
Community Discussion
No community discussion yet for this question.