
Answer-first summary for fast verification
Answer: An external HTTP(S) load balancer with a managed SSL certificate to distribute the load and a URL map to target the requests for the static content to the Cloud Storage backend.
The correct answer is A. Using an external HTTP(S) load balancer with a managed SSL certificate and a URL map to target requests for static content to the Cloud Storage backend is the most efficient and secure method. This setup simplifies certificate management and is ideal for an autoscaling environment where new instances are frequently created and removed. Option D, which involves installing HTTPS certificates on each instance, is less efficient and more cumbersome to manage compared to using a managed SSL certificate on the load balancer.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your client has requested that you develop a secure website capable of autoscaling in response to the CPU load of compute instances. To boost performance, you aim to store static content in Cloud Storage. What resources will be required to efficiently distribute the incoming user traffic?
A
An external HTTP(S) load balancer with a managed SSL certificate to distribute the load and a URL map to target the requests for the static content to the Cloud Storage backend.
B
An external network load balancer pointing to the backend instances to distribute the load evenly. The web servers will forward the request to the Cloud Storage as needed.
C
An internal HTTP(S) load balancer together with Identity-Aware Proxy to allow only HTTPS traffic.
D
An external HTTP(S) load balancer to distribute the load and a URL map to target the requests for the static content to the Cloud Storage backend. Install the HTTPS certificates on the instance.
No comments yet.