debugger24/AWS SSM Run Command
Github Action for running commands on Linux or Windows machine managed using SSM
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-region | AWS Region | yes | — |
| instance-ids | List of Instance IDs to execute command | yes | — |
| commands | Commands to be executed on instance | yes | — |
| os | (Optional) Operating system to run commands (windows or linux) | no | linux |
| working-directory | (Optional) Working directory for command execution | no | "" |
| comment | (Optional) Comment | no | Executed by Github Actions Workflow #${{ github.run_id }} |
Outputs
| name | description |
|---|---|
| command-id | Execution command ID generated by AWS send command API |