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

질문됨 일 년 전248회 조회
3개 답변
0

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

profile picture
전문가
답변함 일 년 전
  • 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
답변함 일 년 전
0

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

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인