DNS_PROBE_FINISHED_NXDOMAIN

0

I am using Route 53 to host my domain tryprospect.com .

Under it, I have configured chrome-extension.tryprospect.com to point to an Amazon CloudFront distribution.

This was done using an A - IPV4 Address record with an Alias Target of the CloudFront distribution.

However some of my users randomly see a DNS_PROBE_FINISHED_NXDOMAIN error. I can't reproduce this on my machine, but several users have complained.

Did I misconfigure this? How do I fix this?

Help!

AMTP
asked 4 years ago485 views
1 Answer
0

Hi,

Your DNS configuration is fine now.

However, if you recently changed the name servers that are associated with your domain registration, that could be the problem. DNS recursive resolvers typically cache the names of your name servers for two days. If some of your users are using DNS resolvers that cached the old name servers right before you changed to new name servers, they might still using the old name servers. "How Amazon Route 53 routes traffic for your domain" in the Route 53 Developer Guide explains how DNS works, including the part about resolver caching:

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html#welcome-dns-service-how-route-53-routes-traffic

If you haven't changed name servers recently, you might want to post your query on the CloudFront forum:

https://forums.aws.amazon.com/forum.jspa?forumID=46

Scott

EXPERT
answered 4 years 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