Reputation: 893
I got got a new domain that I want to link to aws.
I've already have EC2 instance running.
I'm using Route53 for DNS, and opened 2 records: www.domain.com and domain.com
I updated the register company about the new dns servers from route53.
I do have an elastic IP I linked to my EC2 instance.
the problem is that i can't reach my web site. I guess I'm missing some parts.
did I miss anything along the way?
EDIT: I can reach my site using the public IP I got from Amazon. But I can't reach it using my domain.
how can i tell what breaks it?
Upvotes: 1
Views: 927
Reputation: 4649
Also, you can have look at this blog it will explain lot of things http://geekospace.com/mapping-aws-ec2-instance-to-your-domain-in-godaddy/
Upvotes: 0
Reputation: 10348
Some things to check:
Some other things that you could possibly check are the firewall settings. This is unlikely the case if you can access the site via the IP address.
Do you know what IP address the domain is resolving to. Is this correct?
Upvotes: 1