I have hosted a python flask app on ec2 instance and is running perfectely. When I run the python file, it hosts on http://132.2303.9:5000/ something like this and I can access it through my web but I want to know that how could I connect it to my godaddy domain name http://abcd.com so that my users can use this abcd.com url to access my services using the same aws ec2 machine. I am new to aws and watched some tutorial about Route53 but couldn't able to figure out . Could anyone help me through this .Thanks