how to make a python script always run ec2 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