How and When would domain name would publicly available on the internet ?

0

I have purchased the domain name from Route 53 AWS. created the hosted zone in DNS. Launched EC2 instance with AMI WordPress. Allocated the Elastic IP address with the EC2 instance Created the A-type record in the hosted zone with the public IP addresses. Are there any other steps I have to follow?

2 個答案
0

Couple other things to check:

  1. Make sure the instance is in a public subnet (the route table associated with the subnet has a route to the internet gateway)
  2. Make sure the Security Group assigned to the instance has inbound TCP port 443 and/or 80 from 0.0.0.0/0 allowed
profile pictureAWS
專家
kentrad
已回答 2 年前
0

DNS can take 72 hours to fully propagate (but usually it's a lot faster). Using Google Dig/nslookup etc check that your domain name resolves to the same IP address assigned to your instance.

profile picture
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南