I'm running a python script to scrapping a page in my EC2 server using screen linux though a SSH connection. My EC2 account is the free tier offered by them.
Every time I try to run another script (same script but a different page being scrapped) the SSH server becomes slow and both scripts fails to run. I already tried tmux instead of screen but nothing changes. What should I do to solve it? Is it possible this to be a problem in Amazon, actually?