I have a job flow with keep-alive set, on which I want to run several bootstrap actions. One such action is a script that builds and installs Python 3.3.
However the elastic-mapreduce
CLI only allows for bootstrap actions to be run during job flow creation.
Is there some way to modify the environment after it's already created?