I am new to aws hosting, please help me out in pointing the domain name to tomcat hosted application. During configuration following steps are taken-
1- I have created ec2 ubuntu instance. Configured with java, tomcat. Deployed my war files on tomcat. I am able to access the application successfully. Using http://ec2-xx-xx-xxx-xx.us-west-2.compute.amazonaws.com:8080/login.jspx url.
2- A domain name(www.mydomain.com) registered at godaddy.
3- Created hostedzone (console.aws.amazon.com/route53) and set the nameservers to my godaddy domain name.
4- I have also edited the A(host) IP to the public ip of my ec2 instance.
I don't know what went wrong, I am unable to access my application via www.mydomainname.com.