I've created a flask application that works on an ec2 instance when I SSH into the instance on a local terminal. However, when I close the terminal, the session expires and I am not able to use the application. Does anyone have any suggestions for how to keep ec2 instances running independent of a local terminal?
↧