Ensure that your Cloud CDN backend buckets are referencing existing storage buckets in order to be able to deliver static content efficiently from the nearest edge location to users, reducing latency and improving performance.
excellence
If your Cloud CDN backend buckets link to deleted (missing) storage buckets, requests trying to access that storage will fail. The CDN won't be able to deliver content, resulting in errors for users trying to access it. To prevent this, ensure that your CDN backend buckets point to existing and active storage buckets.
Audit
To determine if your Cloud CDN backend buckets point to existing and active storage buckets, perform the following operations:
Remediation / Resolution
To ensure that your Cloud CDN backend buckets link to existing, active storage buckets, perform the following operations:
References
- Google Cloud Platform (GCP) Documentation
- Setup overview
- Set up a backend bucket
- GCP Command Line Interface (CLI) Documentation
- gcloud projects list
- gcloud compute url-maps list
- gcloud compute backend-buckets describe
- gcloud compute backend-buckets update
- gcloud storage buckets describe
- gcloud storage buckets create