AWS IAM documentation change
Summary
Added PowerShell V5 example for removing inline group policies
Security assessment
The change documents policy management procedures, which relate to least-privilege security principles, but does not indicate resolution of a specific security issue.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_DeleteGroupPolicy_section.md b/IAM/latest/UserGuide/iam_example_iam_DeleteGroupPolicy_section.md index ae0e9b872..a338eca61 100644 --- a//IAM/latest/UserGuide/iam_example_iam_DeleteGroupPolicy_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_DeleteGroupPolicy_section.md @@ -52,0 +53,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example removes the inline policy named`TesterPolicy` from the IAM group `Testers`. The users in that group immediately lose the permissions defined in that policy.** + + + Remove-IAMGroupPolicy -GroupName Testers -PolicyName TestPolicy + + + * For API details, see [DeleteGroupPolicy](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +