www domain not working

0

I've created a S3 Static website hosting - purchased a domain and configured it to point to my CloudFront distribution. My domain is working with HTTPS/HTTP .mySite.com. however it does not when using www - I get a "Can't find server" blank page.

My Configuration is below:

S3 bucket mySite

CloudFront Distributions Alternate domain names mySite.com www.mySite.com Custom SSL certificate mySite.com

ACM Certificate = Verified Status
Domain CNAME entries: mySite.com www.mySite.com

R53 Hosted Zone mySite.com A/AA Records: mySite.com www.mySite.com NS Record: mySite.com

Enter image description here

2 Answers
0
Accepted Answer

This was fixed with this solution. Removed the www A/AA records and created a CNAME record pointing to the mySite.com alias as shown.

https://repost.aws/questions/QUnUTa8LyeTEWakACXGB6glA/when-url-with-www-does-not-resolve

Enter image description here

BrianK
answered 9 months ago
0

Both mySite.com and www.mySite.com need to be A (alias) records pointing to your CloudFront distribution in Route 53.

profile pictureAWS
EXPERT
kentrad
answered 9 months ago
profile picture
EXPERT
reviewed 9 months ago

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