You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
AWS SSM Run Command
v1
Github Action for running commands on Linux or Windows machine managed using SSM
- name: Execute command
uses: debugger24/action-aws-ssm-run-command@v1
with:
aws-region: us-east-1
instance-ids: |
instance_id_1
instance_id_2
commands: |
pwd
ls
echo "Executed by Github Actions Workflow #${{ github.run_id }}" >> test.txt