I have bought domain from GoDaddy. Now, I have decided to use AWS to setup my web servers with load balancers. How can I link my domain to AWS classic load balancer?
I read the Configure a Custom Domain Name AWS documentation. They Have explained how to use their Route 53 service for this in detail but not alternative. I am looking for alternative methods and procedures in detail.
I have tried CNAME approach. I tried setting CNAME entry like host is api.xxxx.co.in and pointed to (my load balancer's DNS) lb-xxxx-2341234.elb.aws.com but it doesn't take it on GoDaddy's DNS manager page. I get an error. I have further problem that i want web request go to 8080 instead of 80. I am not sure how that will be handled either. Lack of documentation. Currently i am doing Subdomain forwarding but i am getting 405 for POST methods. I think, i am getting 405 because I am forwarding subdomain. It might be considered as cross domain. I don't know.