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

asked 10 months ago234 views
3 Answers
0

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

profile picture
EXPERT
answered 10 months ago
  • 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
EXPERT
Steve_M
answered 10 months ago
0

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

answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions