AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2025-06-25 · Documentation low

File: IAM/latest/UserGuide/iam_example_iam_DeleteSigningCertificate_section.md

Summary

Added PowerShell V5 example for DeleteSigningCertificate operation

Security assessment

Addition of certificate revocation example, but no evidence of addressing a specific security vulnerability or documenting new security features.

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_DeleteSigningCertificate_section.md b/IAM/latest/UserGuide/iam_example_iam_DeleteSigningCertificate_section.md
index 76aa3d468..49accb9b8 100644
--- a//IAM/latest/UserGuide/iam_example_iam_DeleteSigningCertificate_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_DeleteSigningCertificate_section.md
@@ -52,0 +53,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example deletes the signing certificate with the ID`Y3EK7RMEXAMPLESV33FCREXAMPLEMJLU` from the IAM user named `Bob`.**
+    
+    
+    Remove-IAMSigningCertificate -UserName Bob -CertificateId Y3EK7RMEXAMPLESV33FCREXAMPLEMJLU
+    
+
+  * For API details, see [DeleteSigningCertificate](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+