realsensesolutions/Actions AWS Host Service
Deploy and manage systemd services on EC2 instances using SSM
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 12, 2025
- License
- None
Pinned Snippet
uses: realsensesolutions/actions-aws-host-service@5b28dc2c7968a63d342d85d6bb3a2b6519029127 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Service name | yes | — |
| status | Service status (enabled/disabled) | yes | enabled |
| definition | Service definition file path (relative to artifacts) | yes | — |
| setup | Setup script file path (relative to artifacts) to execute before service update | no | — |
| targets | Target selection criteria in format tag:KEY:VALUE (one per line). Example: tag:Environment:DEV | yes | — |
| working-directory | Where to extract artifacts on target instances | yes | /home/ssm-user |
| artifacts | Folder containing deployment artifacts | yes | — |
| action | Desire outcome: apply, plan or destroy | no | apply |
Outputs
| name | description |
|---|---|
| bucket | S3 bucket name for artifacts |
| document | SSM document ARN |
| role_name | IAM role name |