https on S3 WITHOUT cloudfront possible?

后端 未结 4 1059
不思量自难忘°
不思量自难忘° 2021-01-07 16:01

We currently want to start hosting all our assets through AWS S3 and we also want to server everything over https. I understand I can use the Amazon Certificate Manager (ACM

4条回答
  •  北海茫月
    2021-01-07 16:57

    Unfortunately you can't use an SSL certificate with your custom domain with S3. You can use the S3 domain with the Amazon SSL certificate like: https://my-example-bucket.s3-website-us-east-1.amazonaws.com.

    If you want to use a custom domain with SSL, and you can't use CloudFront, then you will need to look into placing some other proxy in front of S3 like your own Nginx server or something.

提交回复
热议问题