Topic 1 Question 263
Your customer wants you to create a secure website with autoscaling based on the compute instance CPU load. You want to enhance performance by storing static content in Cloud Storage. Which resources are needed to distribute the user traffic?
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.
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.
An internal HTTP(S) load balancer together with Identity-Aware Proxy to allow only HTTPS traffic.
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.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: A
ChatGPT says the answer is A.
👍 1KelvinToo2023/12/31 - 正解だと思う選択肢: A
Why D is not correct: Installing HTTPS Certificates on the Instance: While this approach can work, it's generally more efficient and secure to use a managed SSL certificate with the load balancer itself, rather than installing and managing certificates on each individual instance. Managing SSL certificates on the load balancer simplifies certificate management, especially in an autoscaling environment where new instances are frequently created and removed.
👍 1Cynthia20232024/01/03
シャッフルモード