2

I want to set up https for my s3 bucket so I figured I do it via cloudfront

I have a CF distribution and requested a domain name via route 53, which can take 3 days apparently

I've seen lots of tutorials but they all require a domain name to be entered when requesting a certificate. is it possible to do with just CF and s3

so instead of going to do http://my-bucket.s3-website-us-east-1.amazonaws.com/ I can access https://my-bucket.s3-website-us-east-1.amazonaws.com/

how can I do this?

I tried putting in my cloudfront domain into the ACM request but it rejected it

Red Baron
  • 7,181
  • 10
  • 39
  • 86

1 Answers1

0

The SSL will not be valid for that domain name. You will however, be able to access the CloudFront distribution via HTTPS.

Try accessing the CLoudFront hostname in the browser using HTTPS.

Chris Williams
  • 32,215
  • 4
  • 30
  • 68