Route53 subdomain created but show me empty

0

I'm using bitnami WordPress (via ec2 instance) Create subdomain from route 53 But but open my subdomain shows me This sit can't reach this time

質問済み 1年前250ビュー
3回答
0

How is the domain registered?
Is it possible to check the correct IP address by using "nslookup" command?

profile picture
エキスパート
回答済み 1年前
  • Domain registerd in hostinger using ec2 instance ami is WordPress bitnami hosted in route53

  • Thanks for sharing. As others have responded, domain registration seems to be fine. Possible causes include security groups and network ACLs. There are other factors such as DNS cache that may help it to appear after some time.

  • The website is currently displaying normally when accessed.

0

Looks like you've got it working now. For future reference:

$ whois bluenews.tech
.
.
Name Server: NS-1323.AWSDNS-37.ORG
Name Server: NS-602.AWSDNS-11.NET
Name Server: NS-251.AWSDNS-31.COM
Name Server: NS-1621.AWSDNS-10.CO.UK
.
.

This shows your name servers are delegating this domain to the Route 53 public zone - confirm this with dig bluenews.tech ns and you should get the same four nameservers back.

You've got an A-record for the domain apex:

$ nslookup bluenews.tech
Server:         127.0.0.53
Address:        127.0.0.53#53

Non-authoritative answer:
Name:   bluenews.tech
Address: 3.88.84.41

Reverse lookup on that and we can see it's pointing at an EC2 instance:

$ nslookup 3.88.84.41
41.84.88.3.in-addr.arpa name = ec2-3-88-84-41.compute-1.amazonaws.com.

As long as that EC2 public address is correct, from here it's just a question of straightening out security groups etc.

profile picture
エキスパート
Steve_M
回答済み 1年前
0

please some one give me all steps of subdomain creation in route53 and open in same wordpres bitnami [ec2 ami]

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ