AWS systems-manager documentation change
Summary
Added PowerShell V5 example for updating IAM roles on managed instances
Security assessment
Demonstrates proper IAM role management which is security-relevant, but does not indicate a specific vulnerability being addressed
Diff
diff --git a/systems-manager/latest/userguide/example_ssm_UpdateManagedInstanceRole_section.md b/systems-manager/latest/userguide/example_ssm_UpdateManagedInstanceRole_section.md index 237461bc6..f01c9e0b8 100644 --- a//systems-manager/latest/userguide/example_ssm_UpdateManagedInstanceRole_section.md +++ b//systems-manager/latest/userguide/example_ssm_UpdateManagedInstanceRole_section.md @@ -50,0 +51,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example updates the role of a managed instance. There is no output if the command succeeds.** + + + Update-SSMManagedInstanceRole -InstanceId "mi-08ab247cdf1046573" -IamRole "AutomationRole" + + + * For API details, see [UpdateManagedInstanceRole](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +