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? | Google Associate Cloud Engineer Quiz - LeetQuiz
Google Associate Cloud Engineer
Get started today
Ultimate access to all questions.
Comments
Loading comments...
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?
Real Exam
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.
0.0%
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.
9.1%
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.
0.0%
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.
27.3%
E
Create a managed instance group from the instance template.
Configure autoscaling on the managed instance group with a scaling policy based on HTTP traffic.
Configure the instance group as the backend service of an External HTTP(S) load balancer.