Josh Smith
Josh Smith

Reputation: 41

Amazon Route 53 domain - Server IP address could not be found

I am trying to access a domain I registered on AWS and my browser says:

Site Can't Be reached. 21fighterpilots.com's server IP address could not be found.

I followed this Getting Started with Amazon Route 53 - Amazon Route 53 directly and still does not work. Checked many other troubleshooting forums and guides, nothing has worked.

Route 53 View

This is the error

Upvotes: 3

Views: 6512

Answers (3)

Josh Smith
Josh Smith

Reputation: 41

Thanks so much! I figured it out. I am very new to AWS so this helps a lot. I created the new record set for 21fighterpilots.com and it is now working.

Upvotes: -1

Aress Support
Aress Support

Reputation: 1425

Make sure that you have properly configured your traffic policy .
You have created Record Set for "www.21fighterpilots.com",but you also need to create another Record Set for "21fighterpilots.com" with requried value. This should resolve your issue and should be able to browse "21fighterpilots.com".

Upvotes: 3

AzMoo
AzMoo

Reputation: 506

It's because you've only created a record for "www.21fighterpilots.com" but you're trying to access "21fighterpilots.com". They are different addresses. Create a second record without anything in the name field in Route 53 and you should get the results you're looking for.

Upvotes: 2

Related Questions