If set Invalidations in cloud front, cache still working in cloudfront ?

0

If I set "/*" in Invalidations. I don't know cache in cloudfront will be disable or still working only reload if file in S3 change.

Nam
asked 7 months ago187 views
1 Answer
0
Accepted Answer

Hello.

Clearing the cache with "/*" will delete all the cache at that point.
In other words, it doesn't matter if the S3 object is being updated.
If you delete CloudFront's cache while S3 objects have not been updated, the cache for the objects that have not been updated will only be recreated.
https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html

profile picture
EXPERT
answered 7 months ago
profile pictureAWS
EXPERT
reviewed 7 months ago
  • hmmm. I have more question. If I have file image name "logo.png" in S3. So I have delete file and upload new file same name "logo.png" how to tell CloudFront update new file image. I try Invalidations "/*" but Cloudfront still get old image

  • Did you clear the CloudFront cache after updating the file? Also, please delete your browser cache.

  • Oh It's work. I don't know must delete browser cache. Thanks

  • Does any way AWS support to watch which file or images store in cache CloudFront ?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions