Google Cloud Professional Cloud Network Engineer — Question 64
You need to enable Cloud CDN for all the objects inside a storage bucket. You want to ensure that all the object in the storage bucket can be served by the CDN.
What should you do in the GCP Console?
Answer options
- A. Create a new cloud storage bucket, and then enable Cloud CDN on it.
- B. Create a new TCP load balancer, select the storage bucket as a backend, and then enable Cloud CDN on the backend.
- C. Create a new SSL proxy load balancer, select the storage bucket as a backend, and then enable Cloud CDN on the backend.
- D. Create a new HTTP load balancer, select the storage bucket as a backend, enable Cloud CDN on the backend, and make sure each object inside the storage bucket is shared publicly.
Correct answer: D
Explanation
The correct answer is D because it involves creating an HTTP load balancer, which is required for enabling Cloud CDN, and it also ensures that the objects are publicly accessible. Options A, B, and C do not fulfill the requirement of serving objects via Cloud CDN from a storage bucket properly.