It takes roughly ten minutes to spin up a cluster of one worker and a master. Each time we want to run code through EMR our developers have to wait before they can submit steps. The idea is to leave standby clusters but they would terminate if they're idle more than X minutes/hours (we haven't decide yet).
Is there existing open source code that I can use or reference? I figure the emrcreatejobflow is what I would need to extend.
