Currently, I have two servers running on an EC2 instance (MongoDB and bottlepy). Everything works when I SSHed to the instance and sta
EC2
MongoDB
bottlepy
If on Linux based instances putting the job in the background followed by disown seems to do the job.
$ ./script & $ disown