is there a way to configure and deploy S3 static-w...
# aws
f
is there a way to configure and deploy S3 static-website using “HTTPS” protocol within pulumi aws.s3.Bucket ?
1
b
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
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
@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
got it … thanks