Situation:
- I have one loadbalancer which is serving a kubernetes cluster, and it has a dns name
- I have my website domain, registered in route53 zone, and want to CNAME this to the dns of the loadbalancer
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)