On AWS, I want to review all permissions grant or revoked to our services and redefine them when necessary.
Considering a specific role set on AWS IAM.
How can I filter which services, instances or lambda functions assumed this role?
I tried to filter, for example, Lambda functions under this role, but didn't found how I can do this.