AWS code-library documentation change
Summary
Added PowerShell V5 example for DeleteGroupPolicy operation with explanation of permission revocation
Security assessment
Documents security-relevant IAM policy management but doesn't address a specific vulnerability
Diff
diff --git a/code-library/latest/ug/iam_example_iam_DeleteGroupPolicy_section.md b/code-library/latest/ug/iam_example_iam_DeleteGroupPolicy_section.md index a4648e581..188ce371b 100644 --- a//code-library/latest/ug/iam_example_iam_DeleteGroupPolicy_section.md +++ b//code-library/latest/ug/iam_example_iam_DeleteGroupPolicy_section.md @@ -54,0 +55,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)_. + + + +