amazon-route53
RRSet of type CNAME with DNS name foo.com. is not permitted at apex in zone bar.com
As per RFC1912 section 2.4: A CNAME record is not allowed to coexist with any other data. In other words, if suzy.podunk.xx is an alias for sue.podunk.xx, you can’t also have an MX record for suzy.podunk.edu, or an A record, or even a TXT record. Especially do not try to combine CNAMEs and NS records … Read more
Set up DNS based URL forwarding in Amazon Route53 [closed]
I was running into the exact same problem that Saurav described, but I really needed to find a solution that did not require anything other than Route 53 and S3. I created a how-to guide for my blog detailing what I did. Here is what I came up with. Objective Using only the tools available … Read more