AWS Security ChangesHomeSearch

AWS IAM documentation change

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

File: IAM/latest/UserGuide/iam_example_iam_TagRole_section.md

Summary

Added PowerShell V5 example for tagging a role

Security assessment

Tagging supports attribute-based access control (ABAC), a security feature, but no specific vulnerability is addressed.

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_TagRole_section.md b/IAM/latest/UserGuide/iam_example_iam_TagRole_section.md
index a80e688aa..8e3fae5d7 100644
--- a//IAM/latest/UserGuide/iam_example_iam_TagRole_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_TagRole_section.md
@@ -49,0 +50,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example adds tag to Role in Identity Management Service**
+    
+    
+    Add-IAMRoleTag -RoleName AdminRoleacess -Tag @{ Key = 'abac'; Value = 'testing'}
+    
+
+  * For API details, see [TagRole](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+