跳至内容

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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。