Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You have defined an instance template for a Python web application. To ensure the application scales automatically based on HTTP requests when deployed in Google Compute Engine, what steps should you take?
A
Create the necessary number of instances based on the instance template to handle peak user traffic.
Group the instances together in an unmanaged instance group.
Configure the instance group as the Backend Service of an External HTTP(S) load balancer.
B
Create an instance from the instance template.
Create an image from the instance's disk and export it to Cloud Storage.
Create an External HTTP(s) load balancer and add the Cloud Storage bucket as its backend service.
C
Create an unmanaged instance group from the instance template.
Configure autoscaling on the unmanaged instance group with a scaling policy based on HTTP traffic.
Configure the unmanaged instance group as the backend service of an Internal HTTP(S) load balancer.
D
Deploy your Python web application instance template to Google Cloud App Engine.
Configure autoscaling on the managed instance group with a scaling policy based on HTTP traffic.
E
Create a managed instance group from the instance template.
Configure the instance group as the backend service of an External HTTP(S) load balancer.