I am facing ERR_CONNECTION_REFUSED
/ The site can't be reached
issue with my ec2 instance(Amazon linux ami)
When I used telnet <publicIP> 80
it says
Trying telnet: connect to address : Connection refused
The security group is open to port 80 for Inbound
When I use telnet <publicIP> 22
it hangs
Any help is highly appreciated. Thanks in advance.