-1

I would like to know at what point in time a given Cloudfront invalidation has been completed.

When browsing invalidations in AWS Console, I can only see Date created timestamp, as per attached image.

enter image description here

I would like to know what is the date of completion. Couldn't find any info in the docs, also aws cli get-invalidations api doesn't say anything about it.

Is it possible at all? Basically what im trying to achieve is to measure how much time my invalidations take, so I can assertain if this is the cause of tests failures in my project.

Cheers!

Jakub Kvba
  • 501
  • 1
  • 6
  • 14

1 Answers1

-1

As per AWS:- Invalidate the Amazon S3 objects

Object invalidations typically take from 10 to 100 seconds to complete. You can check the status of an invalidation by viewing your distribution from the CloudFront console.

Arpit Jain
  • 1,599
  • 9
  • 23
  • Thank you for your input but this does not answer my question. Unless you are saying that what i'm asking for is impossible. – Jakub Kvba Jan 09 '23 at 15:31
  • 1
    AWS will not tell you the exact time of how long the invalidation takes because it can varies on different factors. AWS gives you the approximate range as mentioned by aprit above . – NSS Jan 10 '23 at 10:24