peterkimzz/AWS SSM Send-Command
Remote EC2 bash command execution.
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 | Where EC2 instance is | yes | — |
| instance-ids | AWS EC2 Instance id or ids | yes | — |
| command | Bash command you want to execute | no | echo $(date) >> logs.txt |
| working-directory | Command execution location | no | /home/ubuntu |
| comment | Comment for Send-Command | no | Executed by Github Actions |
Outputs
no outputs