본문 바로가기

퍼블릭 클라우드

[aws] Amazon CloudFront 파일 무효화

반응형

Amazon CloudFront 파일 무효화

aws 명령어

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

aws --profile test_profile --region ap-northeast-2 cloudfront create-invalidation --distribution-id 1234567ABCDEF --paths "/*"

 

AWS 콘솔에서 CF 파일 무효화

AWS 콘솔 접속 > CloudFront > Distributions > distribution_ID

 

 

 

 

참고URL

- 파일 무료화 : https://docs.aws.amazon.com/ko_kr/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html

 

728x90
반응형