All Questions
1 question
1
vote
0
answers
41
views
Is there a way to list IAM roles in a different account through code?
In Account A I have Role A. Role A has an attached policy allowing Role A to assume a set of roles in Account B. Role A can assume any roles matching the pattern 'arn:aws:iam::AccountB:role/roleB*'
...