Is it correct practice to have two hosted zones for the same site - one with www prefix and the other without? I want either www.example.com or example.com to reach the same IP address. Finding it hard to get a definitive answer!
Asked
Active
Viewed 59 times
0
-
1You should have a single hosted zone with records for `www` and one for naked apex (e.g. `example.com` without a subdomain). – wkl Sep 04 '22 at 16:38
-
Thanks for the input - I realised that in AWS you you create a CNAME record with the www. prefix, but it's not a separate hosted zone - I think the tutorial I watched lacked the depth needed. Still learning the lingo! – user8639588 Sep 05 '22 at 08:00