ipatterson10/Run SSM Command
Run SSM Command on EC2 instances
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | AWS access key id | yes | — |
| aws-secret-access-key | AWS secret access key | yes | — |
| region | Where EC2 instance is | yes | — |
| instance-ids | AWS EC2 Instance id or ids | yes | — |
| command | Bash command you want to execute | yes | — |
| working-dir | Command execution location | yes | — |
Outputs
| name | description |
|---|---|
| status | The status of the command |
| error | The error message if the command failed |
| response | The response from the command as JSON |