AWS code-library documentation change
Summary
Added PowerShell V5 example for removing role permissions boundary
Security assessment
Documents permissions boundary management without indicating vulnerability remediation
Diff
diff --git a/code-library/latest/ug/iam_example_iam_DeleteRolePermissionsBoundary_section.md b/code-library/latest/ug/iam_example_iam_DeleteRolePermissionsBoundary_section.md index b6c52e667..9859f5850 100644 --- a//code-library/latest/ug/iam_example_iam_DeleteRolePermissionsBoundary_section.md +++ b//code-library/latest/ug/iam_example_iam_DeleteRolePermissionsBoundary_section.md @@ -51,0 +52,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)_. + + + +