S3 HTTPS - Heart-Lee/aws GitHub Wiki

S3를 통한 HTTPS 서비스

https://aws.amazon.com/ko/premiumsupport/knowledge-center/cloudfront-serve-static-website/

생성과정

  1. 도메인 이름을 지닌 public 버킷 생성
  2. 권한 설정시 "새 퍼블릭 ACL 및 퍼블릭 객체 업로드 차단"을 비활성화 해야 함
  3. aws s3 path s3://path --delete --acl public-read
  4. cloudfront 생성: ssl 인증서는 us-east-1에 있어야 하더라...