Where do I let EMR CLI run as a recommended case? From my local Linux workstation or from a AWS Virtual Server?
Ar there (better) alternatives to EMR CLI, in case I want to programmatively access my clusters and perform Map Reduce jobs?
Where do I let EMR CLI run as a recommended case? From my local Linux workstation or from a AWS Virtual Server?
Ar there (better) alternatives to EMR CLI, in case I want to programmatively access my clusters and perform Map Reduce jobs?
Usually there is no reason to run EMR Ruby CLI on AWS cluster instead of your local machine.
Currently (as I know) there is no CLI alternative for EMR Ruby CLI. The AWS CLI doesn't support full stack of EMR API.
If you want to automate EMR usage (some repeatedly use cases for example) you can try to use AWS SDK for Java, Python and other languages.