S3 Website Redirect

0

I have successfully created S3 re-directs for a www and nonwww however to achieve this I have had to creat two S3 buckets one with www.domain.com and one without domain.com. My question is, is it possible to do this with just one S3 bucket?

Thanks in advance!

asked 2 years ago242 views
2 Answers
1

You will need to front the one bucket with a CloudFront distribution and have both example.com and www.example.com point, via a Route 53 Alias, to the distribution. You get the added benefits of being able to serve up HTTPS (with free ACM certificate), it does not matter what your bucket is named, and you don't need to make your bucket public. Plus it may save some money, AWS price reduction for data transfers out to the internet

profile pictureAWS
EXPERT
kentrad
answered 2 years ago
0

What kentrad mentioned is of course valid but it will just serve your page from both addresses

I assume that you want to always redirect non www domain to www domain.

Then to achieve it you can follow kentrad advice, but you need two CloudFront distributions.

It can be achieved with one CloudFront distribution, but it will increase the amount of invocations of CloudFront Function. This implementation is described here.

profile picture
MG
answered 2 years ago
  • OK I have this exact issue described here in this new question. I rewrote it in this new question because the old question does not elaborate on the situation enough. and there is nearly zero information out there about this problem. here is my new question: repost.aws/questions/QUGfaD2IwsTuirmrDTrQ6JEg/is-there-a-way-to-not-have-2-cloudfront-distributions-for-the-1-website-www-base-domains

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions