AWS IAM documentation change
Summary
Added PowerShell V5 example for creating IAM groups
Security assessment
Documents group management feature without security issue remediation
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_CreateGroup_section.md b/IAM/latest/UserGuide/iam_example_iam_CreateGroup_section.md index bf767733b..d7b1679e8 100644 --- a//IAM/latest/UserGuide/iam_example_iam_CreateGroup_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_CreateGroup_section.md @@ -103,0 +104,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)_. + + + +