We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1TB의 데이터 송신
10,000,000건의 HTTP 또는 HTTPS 요청
2,000,000개의 CloudFront 함수 호출
위에서 말한 PUT 요청에 대해선 어떻게 되는지 모르겠네요. GET에 대해선 캐싱될 거같은데, 결국 PUT은 S3 요금 그대로 낼거같아요
보안 : 사용자가 쌩으로 S3 사진 요청을 하는게 아니라 Cloud Front를 통해서만 하도록 설정할 수 있네요
기존 이미지 URL 수정 : Cloud Front 주소로 가도록 변경
S3 정책 변경 : Cloud Front 외의 다른 요청 차단
https://incheol-jung.gitbook.io/docs/q-and-a/infra/cloudfront-s3#undefined-1
https://inpa.tistory.com/entry/AWS-%F0%9F%93%9A-CloudFront-%EA%B0%9C%EB%85%90-%EC%9B%90%EB%A6%AC-%EC%82%AC%EC%9A%A9-%EC%84%B8%ED%8C%85-%F0%9F%92%AF-%EC%A0%95%EB%A6%AC#%EC%A0%95%EC%A0%81__%EB%8F%99%EC%A0%81_%EC%BB%A8%ED%85%90%EC%B8%A0_%EB%B6%84%EB%B3%84_%EC%A0%9C%EA%B3%B5
The text was updated successfully, but these errors were encountered:
wonslee
No branches or pull requests
S3 프리티어
똑같은 사진을 2번째 요청했을 때부터 캐싱이 되어서 304 Not Modified 응답이 옵니다
Cloud Front (프리티어) 장점 : 비용
1TB의 데이터 송신
10,000,000건의 HTTP 또는 HTTPS 요청
2,000,000개의 CloudFront 함수 호출
위에서 말한 PUT 요청에 대해선 어떻게 되는지 모르겠네요. GET에 대해선 캐싱될 거같은데, 결국 PUT은 S3 요금 그대로 낼거같아요
보안 : 사용자가 쌩으로 S3 사진 요청을 하는게 아니라 Cloud Front를 통해서만 하도록 설정할 수 있네요
CDN 도입하게 되면 해야 할 일
기존 이미지 URL 수정 : Cloud Front 주소로 가도록 변경
S3 정책 변경 : Cloud Front 외의 다른 요청 차단
https://incheol-jung.gitbook.io/docs/q-and-a/infra/cloudfront-s3#undefined-1
https://inpa.tistory.com/entry/AWS-%F0%9F%93%9A-CloudFront-%EA%B0%9C%EB%85%90-%EC%9B%90%EB%A6%AC-%EC%82%AC%EC%9A%A9-%EC%84%B8%ED%8C%85-%F0%9F%92%AF-%EC%A0%95%EB%A6%AC#%EC%A0%95%EC%A0%81__%EB%8F%99%EC%A0%81_%EC%BB%A8%ED%85%90%EC%B8%A0_%EB%B6%84%EB%B3%84_%EC%A0%9C%EA%B3%B5
The text was updated successfully, but these errors were encountered: