A company has deployed a Global External Application Load Balancer with Premium Tier and enables Cloud CDN. Users in Europe report high latency, while users in the US have good performance. The backend is a regional NEG in us-west1. What is the most likely cause?
Trap 1: The load balancer is using Premium Tier, which routes to the…
Global load balancer does route to the nearest healthy backend, but CDN should cache; latency is due to lack of caching.
Trap 2: Cloud CDN is not enabled on the load balancer.
The scenario states Cloud CDN is enabled.
Trap 3: The load balancer is using Standard Tier, which does not support…
The scenario explicitly says Premium Tier is used.
- A
The load balancer is using Premium Tier, which routes to the nearest backend; the backend is only in us-west1.
Why wrong: Global load balancer does route to the nearest healthy backend, but CDN should cache; latency is due to lack of caching.
- B
Cloud CDN is not enabled on the load balancer.
Why wrong: The scenario states Cloud CDN is enabled.
- C
The load balancer is using Standard Tier, which does not support global anycast.
Why wrong: The scenario explicitly says Premium Tier is used.
- D
The origin server is sending 'Cache-Control: private' headers, preventing Cloud CDN from caching.
Cloud CDN respects origin cache headers; private or no-store headers prevent caching, so all requests hit the backend.