AWS IAM documentation change
Summary
Updated example commands and responses by changing username from 'johndoe' to 'john'
Security assessment
The changes are minor example username updates for consistency. No security-related content was added or modified.
Diff
diff --git a/IAM/latest/UserGuide/using-aws-with-cloudshell.md b/IAM/latest/UserGuide/using-aws-with-cloudshell.md index 597c18491..fc51c16f6 100644 --- a//IAM/latest/UserGuide/using-aws-with-cloudshell.md +++ b//IAM/latest/UserGuide/using-aws-with-cloudshell.md @@ -61 +61 @@ If the call is successful, the command line displays a response from the service - 3. To add a user to the group that you created, use the following command, specifying the group name and username. In this example we named the group _east_coast_ and the user _johndoe_ : + 3. To add a user to the group that you created, use the following command, specifying the group name and username. In this example we named the group _east_coast_ and the user _john_ : @@ -63 +63 @@ If the call is successful, the command line displays a response from the service - aws iam add-user-to-group --group-name east_coast --user-name johndoe + aws iam add-user-to-group --group-name east_coast --user-name john @@ -75 +75 @@ If the call is successful, the command line displays a response from the service - "UserName": "johndoe", + "UserName": "john", @@ -77 +77 @@ If the call is successful, the command line displays a response from the service - "Arn": "arn:aws:iam::552108220995:user/johndoe", + "Arn": "arn:aws:iam::552108220995:user/john",