I own a site on AWS with Route 53. I want the site to be accessible without the www
at the beginning, but am having trouble.
For the example the site name is domain.com
. What I've attempted is creating an A
record in the Record Set for my Route 53 site, with the name domain.com
and target www.domain.com
, in hope that this would let searching domain.com
lead to www.domain.com
. This didn't work, giving me an error for an invalid name value.
How do I get my AWS Route 53 domain to run without www
at the beginning using the record sets in Route 53?