hacker
hacker

Reputation: 8957

My Ec2 instance showing unable to connect?

I have one micro ec2 instance in AWS in which i am having one of my sqlite databases.everything is working fine for me till yesterday,i have configured security groups to allow all incoming trafics to port 80,and ssh.But from yesterday i was not able to connect to my instance through browser.it is showing unable to connect.But i have been able to scp in to it and ssh in to it.And the console showing the server instance is running perfectly.Can anybody help me to sort out this?

Upvotes: 1

Views: 3108

Answers (2)

satish john
satish john

Reputation: 226

Could provide more details:

  1. From the browser are you accessing any application and how ec-ip/appname ?
  2. After you ssh to the server can you access the same using command line browser..if machine is linux try elinks "http:// localhost/appname.."

Upvotes: 0

hacker
hacker

Reputation: 8957

this will solve your any problems related to ec2 instances I changed the instance type and reboot it,then reassociate the public IP.My problem is solved http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html

Upvotes: 1

Related Questions