CNAME record for Subnet DNS resolution on AWS
If your web server is able to resolve abcd.com, but not www.abcd.com , chances are that you are missing a CNAME entry in your DNS.
On AWS, this would mean going to your Route53 console and adding a RECORD under the existing HOSTED ZONE which contains the top level domain. So – find the hosted zone that contains ABCD.com and ADD a new record of type CNAME.
In that CNAME entry, resolve the abcd.com to www.abcd.com . That should do it.
Leave a Reply