kfird214/ec2 unity machine pool

This is a GitHub Action that creates a machine pool of EC2 instances for Unity builds.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
aws-access-key-idaws access key id with permissions to create ec2 instances and the state resourcesyes
aws-secret-access-keyaws secret access key with permissions to create ec2 instances and the state resourcesyes
aws-regionregion for aws state resourceyes
aws-machine-bucketaws s3 bucket name for machine allocator stateyes
aws-dynamodb-tableaws dynamodb table name for machine allocator stateyes
allocate-machineallocate / return machineyes
allocation_idallocation idno
namedescription
allocation_idallocation id for the new allocation / the allocation that was returned
instance_idinstance id for the new instance / the instance that was returned
instance_nameinstance name for the new instance / the instance that was returned
result`success` or `failure` is set.