neo
neo

Reputation: 396

Google cloud CDN pricing details on cache data size and automatic cache invalidation

I was learning about google cloud CDN and is satisfied with the drop in price difference for egress but some info is missing in pricing documentation

Upvotes: 1

Views: 1929

Answers (1)

elving
elving

Reputation: 1543

You'll be charged for cache fill when something is inserted into cache, but there is no charge for ongoing storage space used. There's also no charge for evictions. cloud.google.com/cdn/pricing lists what Cloud CDN charges for:

  • Cache egress
  • Cache fill
  • Cache lookup requests
  • Cache invalidation

If it's not listed, Cloud CDN doesn't charge for it. The page notes you'll be "charged for any cache invalidations you initiate" [emphasis mine], so you don't need worry about being charged when Cloud CDN evicts a 30-day-old cache entry.

Upvotes: 4

Related Questions