When I try to create an EMR machine with boto from an already created EC2 machine with a role (having almost all the permissions), it fails with the error "Access denied check jar: s3n: //us-east-1.elasticmapreduce/LIES/ script -runner / script -runner.jar ".
The question is, what basic steps should be followed to run a boto script with the IAM role from EC2 so that it can create an EMR machine?
Thank!
source
share