Passer au contenu

IAM role ARN value is invalid or does not include the required permissions for: AWS_ROLE_INTEGRATION ???

2

I'm trying to associate a role with an Aurora DB instance, and I'm getting the error IAM role ARN value is invalid or does not include the required permissions for: AWS_ROLE_INTEGRATION

I can't find an reference to AWS_ROLE_INTEGRATION in the documentation, and the single Google result referring to this "AWS_ROLE_INTEGRATION" leads to a user asking the same question but never getting a response.

  • Hi, did you ever find a solution for this?

3 réponses
1

YMMV, but the problem for me was that the "aws:SourceArn" condition on my role's trust policy was set to the wrong ARN. Setting it to the ARN of the resource that needed to assume the role fixed it.

répondu il y a 4 ans
0

In case anyone else runs across this, if you're using IaC, I found this can also be caused by attempting to associate the role before the permissions are attached. In Terraform, this was fixed by adding a depends_on meta-argument to the resource/role association.

répondu il y a 7 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.