Cannot resolve DNS name of S3 hosted website

0

Hello everyone,

I have issues setting up Route53 to redirect requests to my domain to my S3-hosted static website. So here is what I did:

  • I build a react app, bundled it and uploaded it to an S3 bucket that is configured for website hosting
  • I tested that the website endpoint of the bucket is working: http://dicewitness.com.s3-website.eu-central-1.amazonaws.com/ (don´t expect this to work, CORS headers on the backing API are not configured for access from the bucket website endpoint)
  • I created a redirect bucket for the www subdomain
  • I registered a domain on Route53 and received the confirmation mail. whois dicewitness.com yields a good-looking result
  • In the hosted zone of my domain, I created two A records targeting the S3 website endpoint as explained in the documentation (one for the root domain, one for the subdomain)
  • Test Record works fine for both A records
  • I saw that for some reason there was a mismatch between the nameservers on my hosted zone and those on the registered domain. I changed the name servers on the domain to those on the hosted zone, the update was completed successfully (the name servers on the NS record were already correct)

All these steps completed, I expected the domain should be available now, yet I keep getting a DNS_PROBE_FINISHED_NXDOMAIN.

Any clues?

1 Answer
0

Hi, This previous re:Post answer is probably the answer to your question: repost.aws/questions/QU76yNtF0TTyqd3HMNzzPokw/dns-probe-finished-nxdomain-with-s3-static-website#ANs_oq4YCtTySV5vRMQ-ZbDw

Hope it helps!

Didier

profile pictureAWS
EXPERT
answered 10 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