route53 for multiple identical domains
Posted
by
Yaniv Aknin
on Server Fault
See other posts from Server Fault
or by Yaniv Aknin
Published on 2012-12-11T12:05:05Z
Indexed on
2012/12/11
23:05 UTC
Read the original article
Hit count: 294
dns
|amazon-route53
My main domain is example.com, but also bought example.org and example.net. I've configured my webservers at *.example.com to handle requests from the other domains and redirect them correctly to example.com, but I'd rather not re-configure all my DNS records at example.org and example.net to be the same as example.com.
Other than writing some ugly synchronization script, what should I do to have route53 answer queries against my "other" domains with the same data from the "main" domain?
© Server Fault or respective owner