I am using aws to host my site and recently I created a new hosted and updated the name servers in the registrars, but when I use the dig command in terminal to see if the change has gone through it gives me the following error:
$dig wheybuddy.com
; <<>> DiG 9.8.3-P1 <<>> wheybuddy.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 26614
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;wheybuddy.com. IN A
;; Query time: 203 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Tue Mar 15 10:26:10 2016
;; MSG SIZE rcvd: 31
Any advice on how to resolve the error or even what the error means? I am completely lost.