跳至內容

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?

已提問 4 年前檢視次數 1.2万 次
3 個答案
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.

已回答 4 年前
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.

已回答 7 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。