How can we assign identities to jobs when we want to deal with aws services .
example:
I’m running a ruby app, I would like to avoid using AK/SK to authenticate on AWS, I would like to use roles.
My nomad cluster running on ec2, is there a way to assign a particular role to a job such as this kind of Kubernetes annotations : Annotations: eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/my-role
?