Is there an Ansible module that specifically covers AWS Elastic Map Reduce (EMR)?
I need to spin up a cluster, run some AWS bootstrap actions (specifically install Spark and checkout some code), run some processing jobs over and S3 bucket and then tear down the cluster.
At the moment I seem to be heading towards an Ansible/Boto/shell script hybrid (I understand that the ansible aws module makes use of boto anyway). I’m relatively new to Ansible, but have been told by more experienced users that there is almost certainly a module that exists for most of what you need to do. Have I missed something?
Cheers