AWS CloudFront 分布是否在所有边缘站点可用?

Is AWS CloudFront distribution available in all edge locations?

S3 Bucket 位于悉尼地区。这是我创建的 CloudFront 发行版的来源。静态内容是否会缓存在全球所有 50 多个 AWS 边缘站点?

答案是"it depends." 静态内容将缓存在最近被请求的位置。 CloudFront 是一个 pull-through 缓存。请求资产时,将检查最近的边缘位置。如果资产被缓存在那里,它被发送给请求者;如果不是,则从源中提取资产并将其放入边缘位置的缓存中。它将一直缓存到 expiration. Assets that expire or are not popular enough to stay cached will be moved to regional caches. Check out the docs on how CloudFront delivers content