Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

You have tried to access an archived page. Please go to the new https://root360.atlassian.net/wiki/spaces/KB to find more documents.


HTML Comment
hiddentrue

→ Titel als Frage formulieren


HTML Comment
hiddentrue

→ Bild auf englische Seite verlinken, Bild= 30px

This article shows how a customer can invalidate their CDN. It is also possible to specify individual paths that should be invalidated. The activation of this tool takes place on request of the customer. 

...


Table of Contents

Enable Cloudfront invalidation permissions

...

List cloudfront endpoints and origin

...

Example list Cloudfront endpoints and origin
linenumbers
Code Block
true
languagecollapsetexttrue
cfadmin ls 

#Output
Standard Distributions
Status       Domain Name                                        Origin
--------------------------------------------------------------------------------
Deployed     xxxxxxxxx.cloudfront.net                      <CustomOrigin: origin.DOMAIN.TLD >
             CNAME => www.DOMAIN.TLD 
             CNAME => DOMAIN.TLD 

Streaming Distributions
Status       Domain Name                                        Origin
--------------------------------------------------------------------------------

List of invalidations

...

...

Example list of invalidations
linenumbers
Code Block
true
languagecollapsetruetext
cfadmin listinvalidations origin.DOMAIN.TLD 

#Output
I2QN3CNUSL0QBX Completed
I1IRI8NQMU78B8 Completed
IANB3CVB310QVD Completed
I1I2GTZ2MK8NFD Completed
I2E2FIUHHHO9PV Completed
I3KIUHHHHU7YWG Completed
I278WÖGIOI5VWF Completed
I3SOHHHHOM5N1S Completed
I1BUHOHOIH9MCO Completed

Invalidation Example

Example invalidation
Code Block
linenumbers
languagetext
titleExample invalidation
true
collapsetrue
#List Cloudfront endpoints and origin 
cfadmin invalidate origin.DOMAIN.TLD  /PATH/* 

Show Progress of Invalidation

...

...

Example show progress of invalidation
linenumbers
Code Block
true
languagecollapsetruetext
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

...