This site can’t be reached Amazon Ec2

烂漫一生 提交于 2019-12-03 14:24:35

You should login to your AWS EC console then go to the Security Groups and create a custom allow rule for the HTTP traffic (port 80) and also HTTPS traffic (port 443), both on TCP. By default, amazon only allows you ssh access to your amazon instance. If those ports are not listed on the Security Groups, then none of your sites will be accesibile to the public. Since you are able to access cPanel on port 2083 I suppose you already have a tcp rule to permit access on port 2083.

I got the issue with Windows EC2 while connecting through HTTP 80 port and followed below link.

If your computer is on a corporate network, ask your network administrator whether the internal firewall allows inbound and outbound traffic from your computer on port 22 (for Linux instances) or port 3389 (for Windows instances).

If you have a firewall on your computer, verify that it allows inbound and outbound traffic from your computer on port 22 (for Linux instances) or port 3389 (for Windows instances).

or follow link: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html#TroubleshootingInstancesConnectionTimeout

Check Firewall settings in your Windows EC2: Goto > Firewall Settings or Properties choose public profile > check inbound connections, change to "Allow" if it is "Blocked by default"

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!