AWS IAM documentation change
Summary
Added PowerShell V5 example for deleting access keys
Security assessment
The change documents credential rotation/revocation processes, which are security best practices, but does not indicate remediation of a specific security flaw.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_DeleteAccessKey_section.md b/IAM/latest/UserGuide/iam_example_iam_DeleteAccessKey_section.md index dd3009bd6..c67d2a9c8 100644 --- a//IAM/latest/UserGuide/iam_example_iam_DeleteAccessKey_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_DeleteAccessKey_section.md @@ -487,0 +488,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example deletes the AWS access key pair with the key ID`AKIAIOSFODNN7EXAMPLE` from the user named `Bob`.** + + + Remove-IAMAccessKey -AccessKeyId AKIAIOSFODNN7EXAMPLE -UserName Bob -Force + + + * For API details, see [DeleteAccessKey](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +