AWS IAM documentation change
Summary
Added PowerShell V5 example for deactivating signing certificates
Security assessment
Documents credential rotation practice but doesn't address a specific vulnerability
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_UpdateSigningCertificate_section.md b/IAM/latest/UserGuide/iam_example_iam_UpdateSigningCertificate_section.md index 00dbb028d..658c36b02 100644 --- a//IAM/latest/UserGuide/iam_example_iam_UpdateSigningCertificate_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_UpdateSigningCertificate_section.md @@ -51,0 +52,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example updates the certificate that is associated with the IAM user named`Bob` and whose certificate ID si `Y3EK7RMEXAMPLESV33FCREXAMPLEMJLU` to mark it as inactive.** + + + Update-IAMSigningCertificate -CertificateId Y3EK7RMEXAMPLESV33FCREXAMPLEMJLU -UserName Bob -Status Inactive + + + * For API details, see [UpdateSigningCertificate](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +