I am trying to reset AD password of users using AWS SSM.
The only issue with this approach is that the SSM run command keeps a history of run. This history shows the parameters in clear text, which can be an issue with Security.
Is there any way I could trigger a runCommand without keeping a history ?
Or better, is there a way to delete the histoy ?