Documentation Index
Fetch the complete documentation index at: https://docs.iru.com/llms.txt
Use this file to discover all available pages before exploring further.
About AWS Identity and Access Management (IAM)
The IAM connector inventories users, roles, groups, policies, access keys, MFA devices, and credential reports. High sensitivity data used for access-review evidence. The integration usessts:AssumeRole. IAMReadOnlyAccess is simplest; the inline JSON below narrows to Get* / List* plus GenerateCredentialReport / GenerateServiceLastAccessedDetails.
Treat the cross-account role ARN like infrastructure secrets - limit who edits trust relationships.
How it works
| Detail | Value |
|---|---|
| Category | Identity |
| Authentication | Cross-account IAM role |
Prerequisites
- IAM admin rights in the same account whose IAM plane you want evidence for.
Connect AWS IAM to Iru
Copy the trust policy from Iru
Turn on AWS IAM
Find AWS IAM (use Category or Search by name or description). On that card, turn on the toggle. Leave the connector tab open.
Create the IAM role in AWS
Set trusted entity
Choose AWS account → Another AWS account. Enter
753695775620 (or the account ID Iru shows). Enable Require external ID and paste the value from Iru.Attach read-only IAM permissions
Attach
IAMReadOnlyAccess, or add this inline policy if you cannot use the managed policy:Name the role and copy the ARN
Name the role (for example
IruIAMReadOnly), create it, and copy the Role ARN from the role summary.Submit the role ARN in Iru
Paste the IAM Role ARN
Return to the Iru wizard tab. Paste the Role ARN into the field the wizard provides.
Troubleshooting
Nothing opens when you turn the source on
Nothing opens when you turn the source on
Check pop-up blocker settings for the Iru site and try again.
Credential report empty
Credential report empty
Prime
GenerateCredentialReport manually once via console/CLI.Missing identities
Missing identities
Wildcards must cover
Get* / List* for each resource type you expect.Considerations
IAM is global within an account: single scan covers…
IAM is global within an account - single scan covers all Regions’ IAM APIs.
See also
- See Sources Management for the full connector list.
