Route 53 does not redirect to my static HTML in S3 bucket

0

Hi,

I've followed all the steps to set up my static HTML page served through S3. I can access it through S3 bucket just fine but Route 53 does not work. It only shows blank page.

What gives?

S3 bucket sample (works)
http://crosecconsulting.com.s3-website-us-west-2.amazonaws.com

Route 53 (does not work)
http://croseconsulting.com

已提问 4 年前1171 查看次数
6 回答
1

Hi,

I got it from an internal tool, but digwebinterface.com shows me the same thing:

https://www.digwebinterface.com/?hostnames=crosecconsulting.com&type=&showcommand=on&colorize=on&stats=on&trace=on&sort=on&ns=resolver&useresolver=8.8.4.4&nameservers=

crosecconsulting.com. 172800 IN NS dns1.registrar-servers.com.
crosecconsulting.com. 172800 IN NS dns2.registrar-servers.com.

During the process of transferring a domain registration to Route 53, you get the option to choose the name servers that you want to use. It appears that you chose to use name servers from registrar-servers.com rather than the name servers for your Route 53 hosted zone. Even if you have a Route 53 hosted zone when you transfer a domain to Route 53, we don't assume that you want to use that hosted zone.

Scott

专家
已回答 4 年前
0

Hi,

There are various documents about how to set up a static website in an S3 bucket. The best version I know (which I wrote ;-) ) is in the "Getting Started" topic in the Route 53 Developer Guide:

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/getting-started.html

I ran a quick Whois query to find out who you had registered croseconsulting.com with and discovered that the domain hasn't been registered. You'll want to start there.

Scott

专家
已回答 4 年前
0

There was a typo in 2nd URL. It is the same as S3 bucket name (2 'c'). I followed the doc and double checked several times but the problem stays.

The correct URL is:
http://www.crosecconsulting.com

...and it does not work. It just forwards to a blank page. Again, bucket DNS works just fine.

Any other suggestions?

已回答 4 年前
0

Hi,

The domain is currently using name servers from another DNS service to route your traffic, so any changes that you make to your Route 53 hosted zone won't have any effect:

dns1.registrar-servers.com
dns2.registrar-servers.com

To fix this, perform the following steps:

  1. Get the name servers that Route 53 assigned to your hosted zone when you created it. 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 your 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

专家
已回答 4 年前
0

I transferred domain from another register into Route 53 (about week ago). The NS records are set correctly under the zone too so I am puzzled where is this information coming from?!?!

15:51:26 war-room *(master) $ dig @ns-345.awsdns-43.com crosecconsulting.com NS

; <<>> DiG 9.10.6 <<>> @ns-345.awsdns-43.com crosecconsulting.com NS
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46321
;; flags: qr aa rd; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;crosecconsulting.com. IN NS

;; ANSWER SECTION:
crosecconsulting.com. 172800 IN NS ns-1522.awsdns-62.org.
crosecconsulting.com. 172800 IN NS ns-1746.awsdns-26.co.uk.
crosecconsulting.com. 172800 IN NS ns-345.awsdns-43.com.
crosecconsulting.com. 172800 IN NS ns-942.awsdns-53.net.

;; Query time: 28 msec
;; SERVER: 205.251.193.89#53(205.251.193.89)
;; WHEN: Wed Dec 04 15:58:45 PST 2019
;; MSG SIZE rcvd: 186

已回答 4 年前
0

Thank you very much for suggestion. The glue record as you stated was a problem. I do not recall selecting anything during the transfer but that is exactly what happened.

已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则