kfird214/ec2 unity machine pool
This is a GitHub Action that creates a machine pool of EC2 instances for Unity builds.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | aws access key id with permissions to create ec2 instances and the state resources | yes | — |
| aws-secret-access-key | aws secret access key with permissions to create ec2 instances and the state resources | yes | — |
| aws-region | region for aws state resource | yes | — |
| aws-machine-bucket | aws s3 bucket name for machine allocator state | yes | — |
| aws-dynamodb-table | aws dynamodb table name for machine allocator state | yes | — |
| allocate-machine | allocate / return machine | yes | — |
| allocation_id | allocation id | no | — |
Outputs
| name | description |
|---|---|
| allocation_id | allocation id for the new allocation / the allocation that was returned |
| instance_id | instance id for the new instance / the instance that was returned |
| instance_name | instance name for the new instance / the instance that was returned |
| result | `success` or `failure` is set. |