AWS IAM documentation change
Summary
Added PowerShell V5 example for DeleteServiceLinkedRole operation
Security assessment
Example demonstrates standard service-linked role deletion. No security implications beyond normal IAM management practices.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_DeleteServiceLinkedRole_section.md b/IAM/latest/UserGuide/iam_example_iam_DeleteServiceLinkedRole_section.md index 0e4a67bcb..0e4cf0d9d 100644 --- a//IAM/latest/UserGuide/iam_example_iam_DeleteServiceLinkedRole_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_DeleteServiceLinkedRole_section.md @@ -134,0 +135,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example deleted the service linked role. Please note that if the service is still using this role, then this command results in a failure.** + + + Remove-IAMServiceLinkedRole -RoleName AWSServiceRoleForAutoScaling_RoleNameEndsWithThis + + + * For API details, see [DeleteServiceLinkedRole](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +