0
0
GCPcloud~5 mins

Instance templates in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is an instance template in Google Cloud Platform?
An instance template is a reusable configuration that defines the settings for virtual machine instances, like machine type, boot disk image, and network settings. It helps create consistent VM instances easily.
Click to reveal answer
beginner
Why use instance templates instead of creating VM instances manually?
Instance templates save time and reduce errors by letting you create many VM instances with the same settings quickly. They ensure consistency and simplify scaling your infrastructure.
Click to reveal answer
intermediate
Can you change an instance template after creating it?
No, instance templates are immutable. To change settings, you create a new template and use it for new instances or managed instance groups.
Click to reveal answer
intermediate
How do instance templates relate to managed instance groups?
Managed instance groups use instance templates to create and manage identical VM instances automatically, helping with load balancing and auto-scaling.
Click to reveal answer
beginner
What are some key settings you define in an instance template?
You define machine type, boot disk image, network tags, metadata, and service accounts in an instance template.
Click to reveal answer
What is the main purpose of an instance template in GCP?
ATo create firewall rules
BTo store data permanently
CTo define a reusable VM configuration
DTo monitor VM performance
Can you edit an existing instance template in GCP?
ANo, you must create a new template
BOnly if no instances use it
CYes, anytime
DOnly through the API
Which GCP service commonly uses instance templates to manage VM instances?
ACloud Storage
BManaged Instance Groups
CCloud Functions
DBigQuery
Which of the following is NOT typically set in an instance template?
AMachine type
BNetwork tags
CBoot disk image
DUser passwords
Why are instance templates useful for scaling VM instances?
AThey allow quick creation of identical VMs
BThey reduce VM costs automatically
CThey monitor VM health
DThey backup VM data
Explain what an instance template is and why it is useful in Google Cloud Platform.
Think about how you can create many similar VMs without repeating settings.
You got /5 concepts.
    Describe how instance templates work with managed instance groups to support auto-scaling.
    Consider how groups of VMs grow or shrink automatically using templates.
    You got /4 concepts.