Intrigued by the art of cloud architecture? Discover how to design, develop, and manage robust, secure, scalable, and dynamic solutions on Google Cloud as you prepare for the Professional Cloud Architect exam!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An enterprise is designing a scalable, highly available compute infrastructure on Google Cloud for a stateless web service. The deployment must satisfy the following architectural requirements:
Which strategy should the architect implement to automate and standardize this resource configuration?
An instance template is an immutable Google Cloud resource used to define VM instance properties such as machine type, boot disk image, labels, network interfaces, service accounts, and metadata. A regional Managed Instance Group (MIG) uses this instance template to deploy, autoscale, and manage identical compute instances across multiple availability zones in a single region.
startup-script (or startup-script-url) metadata key instructs the Compute Engine guest agent to execute initialization tasks, install required dependencies, and launch runtime services upon boot.http://metadata.google.internal/computeMetadata/v1/).Using instance templates paired with regional MIGs is the foundational Google Cloud best practice for deploying stateless, autoscaling compute workloads, providing seamless lifecycle automation and configuration consistency.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.