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!

gefragt vor 2 Jahren245 Aufrufe
2 Antworten
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
EXPERTE
kentrad
beantwortet vor 2 Jahren
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
beantwortet vor 2 Jahren
  • 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

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen