As part of my AWS certification projects, I have few python scripts which need to be executed in sequence on AWS Cloud so what are the best and simplest options? These script files are proof of concept so a little bit dirty also but need to run overnight. Most of the script finishes within 10 mins but a couple of them can take up to 1 hour running on a single core.
We do not have any servers like Jenkins, airflow, etc. We are planning to use existing AWS services.
Please let me know, Thanks.