realsensesolutions/Actions AWS Host Exec
Execute scripts on EC2 instances using SSM with artifacts from S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 11, 2026
- License
- None
Pinned Snippet
uses: realsensesolutions/actions-aws-host-exec@3b44931a5216676128222aef35d7ed04a868bb69 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Execution name | yes | — |
| artifacts | Path to folder containing artifacts to upload | yes | — |
| script | Path to script file within artifacts (relative to artifact root) | yes | — |
| targets | Target selection criteria in format KEY:VALUE (one per line). Example: Environment:DEV | yes | — |
| working-directory | Directory to extract artifacts and execute script in | no | /home/ssm-user |
| timeout | Execution timeout in seconds | no | 3600 |
| action | Desired outcome: apply, plan or destroy | no | apply |
Outputs
| name | description |
|---|---|
| document | SSM document ARN |
| role_name | IAM role name |
| bucket | S3 bucket name for artifacts |