Medium1 markMultiple Choice
Domain 3.1: Deploying and implementing Compute Engine resourcesCompute EngineAutoscalingMIGsInstance Templates
GCP ACE · Question 20 · Domain 3.1: Deploying and implementing Compute Engine resources
You want to deploy a fleet of identical web servers that automatically scale up when CPU utilization exceeds 70%.
Which TWO components must you create to implement this architecture? (Select TWO)
You want to deploy a fleet of identical web servers that automatically scale up when CPU utilization exceeds 70%.
Which TWO components must you create to implement this architecture? (Select TWO)
Answer options:
A.
An Instance Template.
B.
An Unmanaged Instance Group.
C.
A Managed Instance Group (MIG).
D.
A Cloud Storage bucket.
E.
A Custom Machine Type.
How to approach this question
Identify the two core building blocks of autoscaling in Compute Engine: the blueprint (template) and the manager (MIG).
Full Answer
An Instance Template and a Managed Instance Group (MIG).
To create an autoscaled fleet of identical VMs in Compute Engine, you need two primary components. First, you must create an Instance Template, which acts as a blueprint defining the machine type, boot disk image, network settings, and other properties. Second, you create a Managed Instance Group (MIG) that uses this template to stamp out identical instances. You then configure the autoscaler on the MIG to scale based on CPU utilization.
Common mistakes
Selecting Unmanaged Instance Group, which does not support autoscaling or instance templates.
Practice the full GCP Associate Cloud Engineer Practice Exam 6
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the primary purpose of a Google Cloud project?EasyQ02Your development team needs to manage Compute Engine instances in a specific project. They need t...MediumQ03You are automating the setup of a new Google Cloud project using a bash script. You need to enabl...EasyQ04Your startup has a strict monthly cloud budget of $500. You want to be notified immediately if yo...MediumQ05Your finance team wants to perform granular analysis of your Google Cloud spending using SQL. The...Hard
Expert