AWS IAM documentation change
Summary
Added PowerShell V5 example for enforcing password reset
Security assessment
Documents credential rotation practice but doesn't address a specific vulnerability
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_UpdateLoginProfile_section.md b/IAM/latest/UserGuide/iam_example_iam_UpdateLoginProfile_section.md index 86b05f3a6..5da892e7d 100644 --- a//IAM/latest/UserGuide/iam_example_iam_UpdateLoginProfile_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_UpdateLoginProfile_section.md @@ -56,0 +57,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example sets a new temporary password for the IAM user`Bob`, and requires the user to change the password the next time the user signs in.** + + + Update-IAMLoginProfile -UserName Bob -Password "P@ssw0rd1234" -PasswordResetRequired $true + + + * For API details, see [UpdateLoginProfile](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +