Execution Enviroment - IAM service account

Hi Everybody!

There is any way of use AWS IAM roles in AWX execution environments ?

I cant find any documentation about this.

The only thing that I found was

spec:
service_account_annotations: |
eks.amazonaws.com/role-arn: arn:aws:iam::<ACCOUNT_ID>:role/<IAM_ROLE_NAME>

But it’s not working for me

If i execute an aws sts get-caller-identity in the execution environment, the role that is being assumed is the role of the Kubernetes node

Thank you so much in advance