Recommended method for routing www to zone apex (naked domain) using AWS Route 53
Posted
by
Dan Christian
on Server Fault
See other posts from Server Fault
or by Dan Christian
Published on 2012-09-16T10:59:40Z
Indexed on
2012/09/16
15:40 UTC
Read the original article
Hit count: 261
In my AWS Route 53 control panel I simply have 2 A records currently set up for the 'www' and the 'non www' names. Both point to the Elastic IP address associated with my EC2 Instance. This works well and my website is available at both variations but I really want all 'www' to route to the 'non www'.
What is the reccomened method, using AWS Route 53, for routing all traffic that comes to...
www.example.com
to
example.com
© Server Fault or respective owner