AWS detective documentation change
Summary
Updated example IAM role ARN with specific account ID and username
Security assessment
The change replaces a placeholder with a concrete example but does not address a security vulnerability or introduce security-related content.
Diff
diff --git a/detective/latest/userguide/detective-github-scripts.md b/detective/latest/userguide/detective-github-scripts.md index bde532cad..009aab70c 100644 --- a//detective/latest/userguide/detective-github-scripts.md +++ b//detective/latest/userguide/detective-github-scripts.md @@ -87,0 +88,6 @@ The role trust relationship must allow your instance or local credentials to ass +JSON + + +**** + + @@ -95 +101 @@ The role trust relationship must allow your instance or local credentials to ass - "AWS": "arn:aws:iam::<ACCOUNTID>:user/<USERNAME>" + "AWS": "arn:aws:iam::123456789012:user/john_doe"