0
votes

So I have an EC2 instance on AWS, associated it with an elastic IP; bought a domain (abstron.net) from Amazon, and tried to use route53 to route abstron.net to EC2.

I created a hosted zone, put in the domain name as abstron.net, created a new record, put the elastic IP (also tried public IP) without a name, but when I try to access abstron.net, it times out or does not load.

I am running a server on port 80 on EC2; the direct URL used for SSH works just fine. Any ideas? Thanks!

1
Do you have a web server running on your EC2 instance? And how are you trying to access the domain?Tim Biegeleisen
@TimBiegeleisen I do have a web server instance running on EC2; it is serving on port 80.Conanap
@JohnRotenstein for some reason, even the original link stopped working; the IP currently does not work. I'm gonna try restarting the instance.Conanap
@JohnRotenstein I think it might be related to cloudflare actuallyConanap

1 Answers

0
votes

It is necessary to update the name servers of your Route 53 hosted zone with your domain registrar (abstron.net). Please update the same and try to access the website. This should work.

Thanks!