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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ