AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/iam_example_iam_UpdateServerCertificate_section.md

Summary

Added PowerShell V5 examples for certificate management

Security assessment

Administrative certificate renaming/path changes without security implications

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_UpdateServerCertificate_section.md b/IAM/latest/UserGuide/iam_example_iam_UpdateServerCertificate_section.md
index 45ee4a274..befe4a68b 100644
--- a//IAM/latest/UserGuide/iam_example_iam_UpdateServerCertificate_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_UpdateServerCertificate_section.md
@@ -184,0 +185,20 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example renames the certificate named`MyServerCertificate` to `MyRenamedServerCertificate`.**
+    
+    
+    Update-IAMServerCertificate -ServerCertificateName MyServerCertificate -NewServerCertificateName MyRenamedServerCertificate
+    
+
+**Example 2: This example moves the certificate named`MyServerCertificate` to the path /Org1/Org2/. This changes the ARN for the resource to `arn:aws:iam::123456789012:server-certificate/Org1/Org2/MyServerCertificate`.**
+    
+    
+    Update-IAMServerCertificate -ServerCertificateName MyServerCertificate -NewPath /Org1/Org2/
+    
+
+  * For API details, see [UpdateServerCertificate](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+