AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/iam_example_iam_PutRolePermissionsBoundary_section.md

Summary

Added PowerShell V5 example for PutRolePermissionsBoundary API call

Security assessment

Documents permissions boundaries which are security controls, but doesn't fix vulnerabilities

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_PutRolePermissionsBoundary_section.md b/IAM/latest/UserGuide/iam_example_iam_PutRolePermissionsBoundary_section.md
index bb3f11cbf..56913539f 100644
--- a//IAM/latest/UserGuide/iam_example_iam_PutRolePermissionsBoundary_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_PutRolePermissionsBoundary_section.md
@@ -62,0 +63,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example shows how to set the Permission boundary for a IAM Role. You can set AWS Managed policies or Custom policies as permission boundary.**
+    
+    
+    Set-IAMRolePermissionsBoundary -RoleName MyRoleName -PermissionsBoundary arn:aws:iam::123456789012:policy/intern-boundary
+    
+
+  * For API details, see [PutRolePermissionsBoundary](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+