lundi 15 juin 2015

AWS hosted WordPress site connection timeout

I setup a new EC2 instance (HVM) this is all new to me as the last time I did this it was over a year ago when HVM and VPCs weren't an option. Yesterday, everything was working fine, today the site only works on my local machine (I'm using chrome incognito mode for testing). I was thinking that maybe the AWS firewall is blocking the port and only allowing HTTP from my IP, but I have port 80 open to 0.0.0.0/0 and I can't access it from any other device on my local network.

ec2-54-173-118-104.compute-1.amazonaws.com

Security group (Inbound):
HTTP(443) TCP(6) 443 0.0.0.0/0
HTTP(443) TCP(6) 443 0.0.0.0/0

Network ACL (Inbound):
HTTP(80) TCP(6) 80 0.0.0.0/0 ALLOW
HTTP(443) TCP(6) 443 0.0.0.0/0 ALLOW

Route Table
172.30.0.0/16 local Active No
0.0.0.0/0 igw-dc0c72b9 Active No

I used a port checker tool to check if the ports are open and they show as being closed. http://ift.tt/XbmRp9 . I ssh'd into my instance from my local machine via the Terminal and made sure apache is running (it is). I tried rebooting the instance, I tried stoping and starting the instance and neither of those helped. I'm stumped. Thanks for your help in advance.




Aucun commentaire:

Enregistrer un commentaire