Google Cloud Associate Cloud Engineer — Question 245

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?

Answer options

Correct answer: A

Explanation

The correct answer is A because an external HTTP(S) load balancer is necessary to effectively distribute traffic and a managed SSL certificate enhances security. Option B is incorrect as it does not utilize an HTTP(S) load balancer, which is essential for handling web traffic efficiently. Option C is not suitable since it uses an internal load balancer, which would not be accessible for internet traffic. Option D, while similar, requires HTTPS certificates to be installed on the instance, which is less efficient than using a managed SSL certificate.