My AWS hosted www.denisejames.dev does not resolve, www.goop.dev does

0

After years my hosted website www.denisejames.dev does not resolve. www.goop.dev does resolve. Route53 shows them both being hosted.

2 Answers
0

Well the domain is certainly registered, https://domains.google.com/registrar/search/whois/denisejames.dev?hl=en&searchTerm=www.denisejames.dev

I selected the four below as more than likely but please review the source documentation for other details.

There is more than likely some reasoning behind why you are having this problem.

You transferred domain registration and specified the wrong name servers in the domain settings You transferred DNS service first, but you didn't wait long enough before transferring domain registration You deleted the hosted zone that Route 53 is using to route internet traffic for the domain Your domain has been suspended

Let me know if you have any issues with this, or if it helps you then please accept my answer after you've tried it out - it would be much appreciated! Good luck :)

profile picture
D G
answered a year ago
0

Looks like denisejames.dev DNS is hosted at Google:

#> dig NS denisejames.dev

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.amzn2.13 <<>> NS denisejames.dev
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47542
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;denisejames.dev.       IN  NS

;; ANSWER SECTION:
denisejames.dev.    21600   IN  NS  ns-cloud-d2.googledomains.com.
denisejames.dev.    21600   IN  NS  ns-cloud-d4.googledomains.com.
denisejames.dev.    21600   IN  NS  ns-cloud-d1.googledomains.com.
denisejames.dev.    21600   IN  NS  ns-cloud-d3.googledomains.com.

;; Query time: 64 msec
;; SERVER: 10.10.0.2#53(10.10.0.2)
;; WHEN: Tue May 16 01:13:57 UTC 2023
;; MSG SIZE  rcvd: 165

And goop.dev DNS is hosted in Route 53:

dig NS goop.dev

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.amzn2.13 <<>> NS goop.dev
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14359
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;goop.dev.          IN  NS

;; ANSWER SECTION:
goop.dev.       86219   IN  NS  ns-1238.awsdns-26.org.
goop.dev.       86219   IN  NS  ns-1557.awsdns-02.co.uk.
goop.dev.       86219   IN  NS  ns-503.awsdns-62.com.
goop.dev.       86219   IN  NS  ns-879.awsdns-45.net.

;; Query time: 1 msec
;; SERVER: 10.10.0.2#53(10.10.0.2)
;; WHEN: Tue May 16 01:15:31 UTC 2023
;; MSG SIZE  rcvd: 177

If you want to use Route 53 to host the DNS, change the Name Servers at your registrar (Google) to point to the NS servers you see listed in Route 53 for denisejames.dev.

profile pictureAWS
EXPERT
kentrad
answered a year 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