Reputation: 53
Problem: I'm trying to map godaddy's domain to aws elastic beanstalk url. I read their documentation (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customdomains.html) down to the last letter, followed their instructions, and I still can't get it to work. Whenever I go to mydomain.com, I keep getting Bad Request(400) every single time but the actual amazon elastic beanstalk url works fine.
I found few other posts on stackoverflow related to this problem, followed the instructions in those posts, basically I searched everywhere I could. Even called up godaddy's customer service, spent couple hours with them, they said the problem is probably at amazon's end and that the domain is getting resolved but the request gets denied when it reaches amazon.
I even tried Router 53 method, it's not working at all. I'm basically at a dead end. Any help will be greatly appreciated.
Thanks.
Upvotes: 2
Views: 1415
Reputation: 53
I was able to finally fix it. Here's a follow up post - https://forums.aws.amazon.com/thread.jspa?threadID=157914&tstart=0
After I deployed the code, I had just forgotten to change the allowed host settings again in the code itself, so after I added the mydomain.com to allowed hosts it finally worked.
Upvotes: 2