This is my step
Made a new instance in Amazon EC2
connect to the ec2 instance with ssh client
git cloned a Ruby on Rails app
run the server with
rails s
try to connect to the url : EC2PUBLICIP:3000
ok it works!
closed the ssh client terminal
now i cannot connect :(
Do I have to keep retaining the ssh client from my local pc to run the instance server????