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 年前248 查看次数
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 年前

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

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

回答问题的准则