Situation:
The initial records of the zone right after creation are:
Then I try to add the CNAME record of pointing mydomain.com
to the loadbalancer DNS, and get the error shown in image:
My question is now:
How can I use mydomain.com to access the loadbalancer ? and still manage the dns records with route53 (i have other records for cdn etc in real domain aside root one that want to use for the loadbalancer serving the website)
I think that for this AWS specific solution, can use ALIASES instead of CNAME records to point the domain to a particular AWS Resource (loadbalancer in my case). Aliases are DNS extensions for AWS system only
Still this is very interesting question, and assuming no alias was possible, does it mean that you never can CNAME your bought root domain to some other domain ?