Amazon Instace Ec2 Connection Timeout

amazon ec2

I am using Amazon EC2 services & and its working correctly but suddenly from 3-days before when we try to access our instance using ssh connection we got folllowing error :

"ssh: connect to host ec2—-**.compute-1.amazonaws.com port *: Connection timed out"

when I try to access our sites deployed on our EC2 instance , I received the same error , "The connection has timed out The server at ec2—-***.compute-1.amazonaws.com is taking too long to respond"

there is no problem in network connection from our side as we are able to access other web site and services smoothly…

Can anyone plz help me or give me any suggestion regarding this…..as I can can't even able to access hosted site without this

Regards, Naveen

Best Answer

Looks like your EC2 instance may have crashed? If you've touched nothing at all and you can't access it now it could be a possibility.

Try to check the console messages from the instance from your AWS control panel.

Also make sure that the security group the instance belongs to have all the right configuration to let you access the machine, if you've changed the security group that could make your instance unreachable from outside.

Related Topic