https://pulumi.com logo
Title
f

flat-car-33421

12/12/2020, 12:34 PM
is there a way to configure and deploy S3 static-website using “HTTPS” protocol within pulumi aws.s3.Bucket ?
1
b

brave-planet-10645

12/12/2020, 4:41 PM
Do you mean with your own custom domain or with the bucket URL? Because AWS won't let you do the first without using cloudfront and the second you get by default
Or have something like nginx or cloudflare in front
f

flat-car-33421

12/12/2020, 4:58 PM
Hi … i mean using the default bucket url .. like this one s3-vote-app-website-bucket-a3591ad.s3-website.eu-west-2.amazonaws.com
but it doesn’t work with HTTPS
b

billowy-army-68599

12/12/2020, 6:08 PM
@flat-car-33421 there isn’t a way to do this natively, you have to use cloud front in front of the bucket
It’s an AWS limitation
f

flat-car-33421

12/12/2020, 6:44 PM
got it … thanks