I have an AWS EC2 Instance that can be accessed via SSH but will not load via its public IP. The page continually loads and then times out.
I have checked the security group and the following is allowed in luanch wizard 1 (the only security group):
- HTTP - Port Range 80 - Source 0.0.0.0/0
- SSH - Port Range 22 - Source 0.0.0.0/0
- HTTPS Port Range 443 - Source 0.0.0.0/0
Any ideas?
Edit* It is an EC2 Instance running Linux, Apache, MySQL and PHP.