Get Hands-on with Amazon EKS - Workshop Event Series
Whether you're taking your first steps with Kubernetes or you're an experienced practitioner looking to sharpen your skills, our Amazon EKS workshop series delivers practical, real-world experience that moves you forward. Learn directly from AWS solutions architects and EKS specialists through hands-on sessions designed to build your confidence with Kubernetes. Register now and start building with Amazon EKS!
CloudFront 배포 오리진으로 사용하는 Amazon S3 버킷에서 파일에 액세스할 수 없는 이유는 무엇입니까?
3분 분량
0
Amazon CloudFront 배포의 오리진으로 Amazon Simple Storage Service(S3) 버킷을 사용하고 있습니다. 하지만 Amazon S3 버킷에 있는 파일에 액세스하거나 파일을 다운로드할 수 없습니다.
Amazon S3 웹사이트 엔드포인트에서는 HTTPS를 지원하지 않습니다. AWS CLI, API 또는 AWS SDK를 사용하여 CloudFront 배포를 구성한 경우 웹사이트 엔드포인트 오리진에서 HTTPS를 적용하지 않았는지 확인하십시오.
HTTPS를 사용하는지 확인하려면 GetDistributionConfig API 또는 get-distribution-config AWS CLI 명령을 사용하여 배포 구성을 가져옵니다. OriginProtocolPolicy가 https-only로 설정된 경우 http-only를 사용하도록 OriginProtocolPolicy를 수정하십시오.
HTTPS를 사용하려면 S3 REST API 엔드포인트 오리진에서 CloudFront를 사용하십시오. 자세한 내용은 특수 처리가 필요할 수 있는 문자를 참조하십시오.
S3 객체가 50GB 미만인지 확인
HTTP GET, POST 및 PUT 요청에 허용되는 최대 파일 크기는 50GB입니다. 파일이 50GB보다 크면 400 "BadRequest" 오류가 발생합니다.