AWS Security ChangesHomeSearch

AWS code-library documentation change

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

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

Summary

Added PowerShell V5 example for creating an IAM group

Security assessment

Routine documentation update showing group creation syntax. No security implications or vulnerability mitigations mentioned.

Diff

diff --git a/code-library/latest/ug/iam_example_iam_CreateGroup_section.md b/code-library/latest/ug/iam_example_iam_CreateGroup_section.md
index 495f6839b..99671a7d0 100644
--- a//code-library/latest/ug/iam_example_iam_CreateGroup_section.md
+++ b//code-library/latest/ug/iam_example_iam_CreateGroup_section.md
@@ -105,0 +106,23 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example creates a new IAM group named`Developers`.**
+    
+    
+    New-IAMGroup -GroupName Developers
+    
+
+**Output:**
+    
+    
+    Arn        : arn:aws:iam::123456789012:group/Developers
+    CreateDate : 4/14/2015 11:21:31 AM
+    GroupId    : QNEJ5PM4NFSQCEXAMPLE1
+    GroupName  : Developers
+    Path       : /
+
+  * For API details, see [CreateGroup](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+