AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/iam_example_iam_DeleteUserPermissionsBoundary_section.md

Summary

Added PowerShell V5 example for DeleteUserPermissionsBoundary operation

Security assessment

Documents permission boundary removal but does not address security vulnerabilities or introduce new security controls. Shows standard IAM management operation.

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_DeleteUserPermissionsBoundary_section.md b/IAM/latest/UserGuide/iam_example_iam_DeleteUserPermissionsBoundary_section.md
index fd75ad924..a810e99ab 100644
--- a//IAM/latest/UserGuide/iam_example_iam_DeleteUserPermissionsBoundary_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_DeleteUserPermissionsBoundary_section.md
@@ -49,0 +50,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example shows how to remove the permission boundary attached to an IAM user.**
+    
+    
+    Remove-IAMUserPermissionsBoundary -UserName joe
+    
+
+  * For API details, see [DeleteUserPermissionsBoundary](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+