简体   繁体   中英

AWS Cloudfront allow access only if user's browser allows caching

I'm trying to lower bandwidth charges. Is it possible to allow access to cloudfront only if a user's browser allows caching? I'm looking into a virtual private cloud but I don't see it working with cloudfront.

Amazon CloudFront does not require a user's browser to support caching.

Files are cached within CloudFront's edge locations (50+ worldwide). If a user requests information from a CloudFront distribution, their DNS lookup redirects to the closest edge location. If the edge location cache contains the data, it is returned to the user. If not, then the data is fetched from the Origin (eg Amazon S3, or a web server). The user's browser cache is not involved in this process.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM