AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/iam_example_iam_DeleteUserPermissionsBoundary_section.md

Summary

Added PowerShell V5 example for DeleteUserPermissionsBoundary

Security assessment

Documents permissions boundary removal which affects access control but doesn't address a specific security issue

Diff

diff --git a/code-library/latest/ug/iam_example_iam_DeleteUserPermissionsBoundary_section.md b/code-library/latest/ug/iam_example_iam_DeleteUserPermissionsBoundary_section.md
index 1e0c25575..720b0c908 100644
--- a//code-library/latest/ug/iam_example_iam_DeleteUserPermissionsBoundary_section.md
+++ b//code-library/latest/ug/iam_example_iam_DeleteUserPermissionsBoundary_section.md
@@ -51,0 +52,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)_. 
+
+
+
+