AWS Security ChangesHomeSearch

AWS code-library documentation change

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

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

Summary

Added PowerShell V5 example for role tagging

Security assessment

Documents ABAC implementation via tagging, a security feature, but no direct security issue addressed.

Diff

diff --git a/code-library/latest/ug/iam_example_iam_TagRole_section.md b/code-library/latest/ug/iam_example_iam_TagRole_section.md
index 0d6a5a744..555666a0f 100644
--- a//code-library/latest/ug/iam_example_iam_TagRole_section.md
+++ b//code-library/latest/ug/iam_example_iam_TagRole_section.md
@@ -51,0 +52,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)_. 
+
+
+
+