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

demandé il y a un an248 vues
3 réponses
0

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

profile picture
EXPERT
répondu il y a un an
  • 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
répondu il y a un an
0

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

répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions