AWS IAM documentation change
Summary
Changed example resource names from 'JohnDoe' to 'John' in CloudTrail event examples
Security assessment
Updates reflect consistent naming in documentation examples but do not alter security guidance or address vulnerabilities. The modifications are stylistic rather than security-related.
Diff
diff --git a/IAM/latest/UserGuide/cloudtrail-track-privileged-tasks.md b/IAM/latest/UserGuide/cloudtrail-track-privileged-tasks.md index c614f9ce2..aac353fdd 100644 --- a//IAM/latest/UserGuide/cloudtrail-track-privileged-tasks.md +++ b//IAM/latest/UserGuide/cloudtrail-track-privileged-tasks.md @@ -24 +24 @@ In the following example, the CloudTrail event for AssumeRoot is logged in the ` - "arn": "arn:aws:sts::111111111111:assumed-role/JohnDoe/JohnRole1", + "arn": "arn:aws:sts::111111111111:assumed-role/John/JohnRole1", @@ -31 +31 @@ In the following example, the CloudTrail event for AssumeRoot is logged in the ` - "arn": "arn:aws:iam::111111111111:role/JohnDoe", + "arn": "arn:aws:iam::111111111111:role/John", @@ -113,2 +113,2 @@ In the following example, the management account or delegated administrator dele - "bucketName": "resource-policy-JohnDoe", - "Host": "resource-policy-JohnDoe.s3.amazonaws.com", + "bucketName": "resource-policy-John", + "Host": "resource-policy-John.s3.amazonaws.com", @@ -125 +125 @@ In the following example, the management account or delegated administrator dele - "ARN": "arn:aws:s3:::resource-policy-JohnDoe" + "ARN": "arn:aws:s3:::resource-policy-John" @@ -135 +135 @@ In the following example, the management account or delegated administrator dele - "clientProvidedHostHeader": "resource-policy-JohnDoe.s3.amazonaws.com" + "clientProvidedHostHeader": "resource-policy-John.s3.amazonaws.com"