Currently, we want to start hosting all our assets through AWS S3, and we also want to serve everything through https. I understand that I can use Amazon Certificate Manager (ACM) with Cloudfront for server resources through https. The problem is that we work in the medical industry, and we are prohibited by law from accepting anything outside the EU. With S3 I can choose a location (Frankfurt for us), but with Cloudfront I just get this option:

So I thought that maybe I could use Letsencrypt to generate my own certificates. But I think that I still need to use ACM, which works only with Cloudfront, which means that I still can not use it.
Does anyone know if I can somehow configure S3 with https, but without a cloud front?
source
share