Cannot make my website live

0

I cannot make my website live. The instance is running perfectly. I've followed all the necessary steps but couldn't find the problem. Is there something in the settings to make it public?

質問済み 1年前177ビュー
3回答
0

Check the ec2 security group and allow the port to access publicly.

回答済み 1年前
0

Definitely, you should check out your security groups of the ec2 instance.

回答済み 1年前
0

Hi,

There are some other considerations to check. Assuming that your instance is in a public subnet, verify the following:

  • Verify Elastic IP address for public access - This should be a publicly routable IP on the internet
  • An internet gateway is necessary for the internet communication
  • Verify your associated route tables to confirm your default route (0.0.0.0/0) points to your internet gateway
  • Check that Security Groups will allow the appropriate level of access
  • Check that VPC NACLs will allow communication (NACLs are stateless, so you need to check these for bi-directional traffic)

Reference Diagram: Reference Diagram

Please let us know what you find, hope this helps!

AWS
回答済み 1年前

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

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

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

関連するコンテンツ