Skip to content

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?

asked 4 years ago12.4K views
3 Answers
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.

answered 4 years ago
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.

answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.