AWS IAM documentation change
Summary
Added PowerShell V5 example for removing tags from a role
Security assessment
Untagging impacts ABAC configurations but does not directly mitigate a security vulnerability.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_UntagRole_section.md b/IAM/latest/UserGuide/iam_example_iam_UntagRole_section.md index 9426920b9..6e1c051bd 100644 --- a//IAM/latest/UserGuide/iam_example_iam_UntagRole_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_UntagRole_section.md @@ -50,0 +51,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example removes the tag from the role named "MyRoleName" with tag key as "abac". To remove multiple tags, provide a comma separted tag keys list.** + + + Remove-IAMRoleTag -RoleName MyRoleName -TagKey "abac","xyzw" + + + * For API details, see [UntagRole](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +