1 回答
- 最新
- 投票最多
- 评论最多
1
Try these steps to fix the issue:
- Ensure CloudFront's Origin Access Identity can access all files in your S3 bucket.
- Check all objects in S3 have the required permissions for CloudFront access.
- Redirect
404: Not Found
errors to/index.html
with a200: OK
response. - Check CloudFront Origin Settings: Match the "Origin Protocol Policy" with your S3 setup.
- Check Viewer Protocol Policy: Set to "Redirect HTTP to HTTPS".
- Clear CloudFront cache after changes. https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
已回答 1 年前
相关内容
- AWS 官方已更新 6 个月前