how to run a python script on aws forever code example
Example: keep a python script always running on aws
#to start up a window that will run even after ssh disconnect
tmux new -s mywindow
#to reconnect to that window after ssh reconnect
tmux a -t mywindow