Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

CloudFront is a global AWS managed Content-Delivery-Network (CDN). Invalidation of a CloudFront asset forces TTL to be timeout immediately. This causes fresh origin request for next CloudFront request for a specific asset (static file, html content).


Preconditions

1) List cloudfront endpoints and origin

You need to identify your Cloudfront endpoint id.

cfadmin ls
 
#Output
Standard Distributions
Status       Domain Name                                        Origin
---------------------------------#List Cloudfront endpoints und origin
cfadmin invalidate origin.DOMAIN.TLD  /PATH/*----------------------------------------------
Deployed     xxxxxxxxx.cloudfront.net                      <CustomOrigin: origin.DOMAIN.TLD >
             CNAME => www.DOMAIN.TLD
             CNAME => DOMAIN.TLD
 
Streaming Distributions
Status       Domain Name                                        Origin
--------------------------------------------------------------------------------

2) Invalidate a specific path

Invalidation are URL based and can be placed using wildcards * or for specific path. e.g.

#List Cloudfront endpoints und origin
cfadmin invalidate origin.DOMAIN.TLD  /PATH/*

3) Show Progress of Invalidation

You can check the progress of your invalidation using following command. This command will show ongoing and completed invalidations.

cfadmin listinvalidations origin.DOMAIN.TLD
 
#Output
HSTKBVTUZTGHGU InProgress [u'/PATH/*']
I2QN3CNUSL0QBX Completed
I1IRI8NQMU78B8 Completed
IANB3CVB310QVD Completed
I1I2GTZ2MK8NFD Completed
I2E2FIUHHHO9PV Completed
I3KIUHHHHU7YWG Completed
I278WÖGIOI5VWF Completed
I3SOHHHHOM5N1S Completed
I1BUHOHOIH9MCO Completed


Related Tutorials

Filter by label

There are no items with the selected labels at this time.

Related Components


  • No labels