There is a domain you are taking under your name com.
This is example.com
.
I would like to place the image file in s3 of aws so that it can be accessed at the URL https://img.example.com/
. Is that possible?
I understand that s3 is standard for ssl, so I think I can only set up a name server, but I don't know because I've never tried it before.
I would appreciate it if you could tell me the necessary preparations on the aws side, other necessary preparations, precautions, etc.
Thank you for your cooperation.
aws ssl amazon-s3 https
Unfortunately, I can't do it with S3.
How about using CloudFront before S3?CloudFront also assigns certificates with its own domain name.
The caveat is that CloudFront has a default cache period of 24 hours, so if left unchanged, changes within 24 hours may not take effect.You can also specify how long CloudFront caches by specifying a cache header for files stored in S3.
as a supplement
CloudFront SSL costs US$600 per month for Dedicated IP Proprietary SSL.
SNI proprietary SSL does not cost extra, but does not support older browsers.
© 2024 OneMinuteCode. All rights reserved.