
Answer-first summary for fast verification
Answer: 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.
To enable Cloud CDN for all objects in a Cloud Storage bucket, the correct approach involves setting up an HTTP(S) Load Balancer with the storage bucket as a backend and enabling Cloud CDN on this backend. This method ensures that all objects in the bucket can be served by the CDN. Option D correctly outlines this process, including the necessity to ensure that each object inside the storage bucket is shared publicly, which is a requirement for the objects to be accessible via the CDN. The other options either suggest incorrect types of load balancers or omit necessary steps for enabling Cloud CDN with a storage bucket.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
To enable Cloud CDN for all objects in a Cloud Storage bucket and ensure they are served via the CDN, what steps should you follow in the GCP Console?
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.
No comments yet.