dbarrosop/nix-remote-builder-aws
Github Action to deploy nix remote builders on demand
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | unique name to tag the spot instance request | yes | — |
| ami | AMI to use to instantiate the builder | yes | — |
| instance-type | EC2 instance type | no | t4g.small |
| security-group-id | Security group to associate with the instance. It has to allow ssh from access from github workers | yes | — |
| subnet-id | Subnet to use for the instance | yes | — |
| ssh-key-name | Name of the ssh keys to use for the instance | no | nix-remote-builder |
| ssh-private-key | Ssh key to use to connect to the instance | yes | — |
| region | which region to use for the request | yes | — |
| valid-hours | the spot instance will be cancelled after this many hours if for some reason the cleanup job fails or the build takes too long | no | 1 |
| disk-name | Disk to add to the AMI | no | /dev/xvda |
| disk-size | Disk size of the disk added, for instance, 30 | no | 10 |
Outputs
no outputs