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!

已提问 2 年前245 查看次数
2 回答
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
专家
kentrad
已回答 2 年前
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
已回答 2 年前
  • 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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则