Saltar al contenido

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?

preguntada hace 4 años12,4 mil visualizaciones

3 Respuestas
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.

respondido hace 4 años

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.

respondido hace 7 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.