AWS IAM documentation change
Summary
Added PowerShell V5 example for removing role permissions boundary
Security assessment
Documents security configuration management (permissions boundaries) but doesn't address a specific security issue
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_DeleteRolePermissionsBoundary_section.md b/IAM/latest/UserGuide/iam_example_iam_DeleteRolePermissionsBoundary_section.md index 92021d22d..a1f1a7228 100644 --- a//IAM/latest/UserGuide/iam_example_iam_DeleteRolePermissionsBoundary_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_DeleteRolePermissionsBoundary_section.md @@ -49,0 +50,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example shows how to remove the permission boundary attached to an IAM role.** + + + Remove-IAMRolePermissionsBoundary -RoleName MyRoleName + + + * For API details, see [DeleteRolePermissionsBoundary](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +