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 réponses
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
EXPERT
kentrad
répondu il y a 2 ans
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
répondu il y a 2 ans

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