One of my EMR job relies on getting the AWS access key id and secret access key from the fs.s3.awsAccessKeyId
and fs.s3.awsSecretAccessKey
properties, respectively. However, when I run EMR cluster using the default EC2 and EMR roles, those properties do not exist.
How do I get these access keys while running the EMR clusters with the default roles, seeing that using IAM roles is a requirement at this point? One way I could do it is set these properties explicitly myself, but I want to see if I missed something else.