My website is not reachable with having correct DNS Records

0

Hi there,

I transferred my domain from to Route 53 from a different domain registrar. After that I tried to migrate my website from github pages to S3. Here are the steps I followed;

  • Created a bucket for with name buraktas.com and configured it as web site hosting and also attached public read policy. I also created another bucket www.buraktas.com and set it to be a redirect bucket.

  • Added two A - Ipv4 address type record set by giving related S3 endpoint aliases.

Now, the thing is I can open my website from http://buraktas.com.s3-website-us-east-1.amazonaws.com/. However, buraktas.com and www.buraktas.com are not reachable. When I ping them I get

ping: cannot resolve buraktas.com: Unknown host

I really appreciate for your help.

Thanks,
Burak

Edited by: buraktas on May 31, 2019 11:57 AM

Edited by: buraktas on May 31, 2019 11:58 AM

已提問 5 年前檢視次數 228 次
4 個答案
0
已接受的答案

Hi,

The Route 53 name servers that you specified for your domain registration aren't the name servers that Route 53 assigned to your hosted zone. I'd guess that you have multiple hosted zones and you accidentally chose the wrong one when you got your name servers. You'll need to get the name servers for the buraktas.com hosted zone and assign them to the buraktas.com domain registration.

Scott

專家
已回答 5 年前
0

Hi,

The name servers in the buraktas.com hosted zone don't match the name servers for the domain registration. Here's how you fix that:

  1. Get the names of the name servers that are assigned to the hosted zone. See "Getting the Name Servers for a Public Hosted Zone" in the Route 53 Developer Guide:

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/GetInfoAboutHostedZone.html

  1. Update the domain registration to use the name servers that you got in step 1. See "Adding or Changing Name Servers and Glue Records for a Domain":

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-name-servers-glue-records.html

Scott

專家
已回答 5 年前
0

Hi Scott,

Thanks for your help. I have updated name servers, however, still not able to reach them. Additionally, I got the success mail from aws after changing name servers.

已回答 5 年前
0

Many many Thanks Scott! I never figured out that I copied wrong name servers. Everything is working fine now. Thanks again!

已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南