Documentation for SSM document execute script to send output to third party api

0

Hi I have an ssm document that executes a script and I need to send the results to a third party api looking for documentation on how to do this.

1 Answer
0

You can pick between aws:runPowerShellScript or aws:runShellScript as your SSM Document action and invoke the Third Party API.

Shell: https://help.xtontech.com/content/developers/api-examples/shell.htm Powershell: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-7.3

AWS
vtjean
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions