nohmad/AWS SSM Send-Command Action
Run command on the EC2 instance through SSM
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | AWS_ACCESS_KEY_ID | yes | — |
| aws-secret-access-key | AWS_SECRET_ACCESS_KEY | yes | — |
| aws-region | AWS_REGION | yes | — |
| targets | Target Instances | yes | — |
| document-name | Document Name | no | AWS-RunShellScript |
| parameters | Parameters depend on document | yes | — |
| timeout | Timeout to command | no | 60 |
Outputs
| name | description |
|---|---|
| status | Status of command |
| command-id | CommandId to check the details of the command executed |
| output | Command output |