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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ