I have got a domain registered with GoDaddy and an EC2 instance with public elastic IP and I\'m trying to use Amazon \"Route 53\" service to map the DNS name to my instance.
Currently there's no "Route 53" tab on AWS management console. But they've said that they'd be adding one in the future.
http://aws.typepad.com/aws/2010/12/amazon-route-53-the-aws-domain-name-service.html
So right now, the easiest way is to use third-party tools. Here's a list of tools that you can use:
I've also built a web-based interface for AWS Route 53. Has the basic features like creating/deleting hosted zones, adding/deleting A, AAAA, CNAME, PTR, SPF, SRV, TXT records and also supports multiple MX record value (e.g. Google MX records).
https://nsroute.com/
Thanks