I need to put a python script on an aws instance and run it using cron job https://t.co/e6goLcB2hl I have a few python script that I need to run automatically (every hour). I would like to put them on an aws ec2 micro instance to complete this task. The python script is already…