aws/cloudfront-invalidate

Invalidate CloudFront Cache

Invalidate objects in CloudFront cache

aws
cloudfront
invalidate
cache

Command

aws cloudfront create-invalidation --distribution-id DIST_ID --paths "/*"

Examples

Invalidate all objects

aws cloudfront create-invalidation --distribution-id E123456 --paths "/*"