AWS IAM documentation change
Summary
Removed duplicate 'To list the access keys for an IAM user' entry and corresponding duplicate section, cleaning up redundant documentation
Security assessment
This change removes duplicate content about listing access keys, which is a documentation cleanup. No security implications are present as the same information remains available through other sections. This is purely an organizational improvement.
Diff
diff --git a/IAM/latest/UserGuide/access-keys-admin-managed.md b/IAM/latest/UserGuide/access-keys-admin-managed.md index 947be3fec..5981cc1a8 100644 --- a//IAM/latest/UserGuide/access-keys-admin-managed.md +++ b//IAM/latest/UserGuide/access-keys-admin-managed.md @@ -7 +7 @@ -To create an access key for an IAM userTo deactivate an access key for an IAM userTo activate an access key for an IAM userTo delete an access key for an IAM userTo list the access keys for an IAM userTo list the access keys for an IAM userTo display all the access key IDs for users in your accountTo use an access key ID to find a userTo find the most recent use of an access key ID +To create an access key for an IAM userTo deactivate an access key for an IAM userTo activate an access key for an IAM userTo delete an access key for an IAM userTo list the access keys for an IAM userTo display all the access key IDs for users in your accountTo use an access key ID to find a userTo find the most recent use of an access key ID @@ -25,2 +24,0 @@ IAM administrators can create, activate, deactivate, and delete the access keys - * To list the access keys for an IAM user - @@ -210,40 +207,0 @@ Call the following operation: -## To list the access keys for an IAM user - -You can view a list of the access key IDs associated with an IAM user. - -Console - - - 1. Sign in to the AWS Management Console and open the IAM console at [https://console.aws.amazon.com/iam/](https://console.aws.amazon.com/iam/). - - 2. In the navigation pane, choose **Users**. - - 3. Choose the user name to go to the user details page. - - 4. On **Security credentials** tab, the the **Access keys** section lists the access keys for the user. - - - - -Each IAM user can have two access keys. - -AWS CLI - - -Run the following command: - - * [`aws iam list-access-keys`](https://docs.aws.amazon.com/cli/latest/reference/iam/list-access-keys.html) - - - - -API - - -Call the following operation: - - * [`ListAccessKeys`](https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html) - - - -