gingercybersecurity/Terminate EC2 Runner
Delete EC2 instance used for GitHub self-hosted runner
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 5, 2026
- License
- Apache 2.0
Pinned Snippet
uses: gingercybersecurity/terminate-ec2-runner@dfe7a23d36e352c93ce7c900779c8bdd9029baf0 # v2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| instance-id | The instance ID of the EC2 instance to terminate | yes | — |
| cleanup-stale-tag-key | EC2 tag key to filter stale instances for cleanup. Must be provided together with cleanup-stale-tag-value. | no | — |
| cleanup-stale-tag-value | EC2 tag value to filter stale instances for cleanup. Must be provided together with cleanup-stale-tag-key. | no | — |
| cleanup-stale-minutes | When using stale cleanup, only terminate instances that have been running for at least this many minutes. | no | 60 |
Outputs
no outputs