I'm having difficulties configuring my domain through Route53. I keep getting a DNS_PROBE_FINISHED_NXDOMAIN error.
My domain, oscha.jp, is registered through jp-domains.com.
I created a hosted zone in R53 and added an alias record pointing to my (test) server. I then logged into jp-domains.com and updated the nameservers to match those in R53.
Using pingdom.com DNS check tool, I have confirmed that my domain is using the correct AWS nameservers.
I have also checked the traceroute for my alias (test.oscha.jp) and I can see that it is routing to the correct IP address. However, putting test.oscha.jp in a browser returns DNS_PROBE_FINISHED_NXDOMAIN.
What can I do to fix this?