
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.