1

I am trying to setup Amazon SES on my Route53 domain (writeurl.com). The domain verification status remains at pending verification and does not proceed. The following nslookup command does not show anything, even though the records are created in Route53 hosted zone.

nslookup -type=txt _amazonses.writeurl.com

What am I doing wrong here? Following are the Route53 records:

enter image description here

1 Answers1

0

For some reason, the DNS record you are modifying is not current. You need to talk to Amazon and figure out why the records shown in Route53 are not the same as the records exposed to the Internet.

If I do an nslookup -type=SOA on writeurl.com I see the SOA for that domain is ns-232.awsdns-29.com. Your screenshot shows SOA is ns-696.awsdns-23.net. I would think that was an alias, but the TXT record you show in your screenshot for google site verification does not match what's exposed to an nslookup from here, and doing a lookup of your MX records here shows three, none of which match the one in your screenshot. SES can't use that string to validate because it can't see it.

tsc_chazz
  • 355
  • 1
  • 7