truemark/AWS Remote Docker Action

Creates arm64 and amd64 EC2 instances running docker for use with docker/buildx for native multi-architecture builds

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
subnet-idSubnet ID to launch the instances inyes
security-group-idSecurity group to apply to the EC2 instancesyes
arm64-instance-typeInstance type to use for the arm64 EC2 instancenoc7g.large
amd64-instance-typeInstance type to use for the amd64 EC2 instancenoc6i.large
instance-profileInstance profile to use for the EC2 instancesno
volume-sizeVolume size in GB to use for the EC2 instancesno8
associate-public-ip-addressAssociate a public IP address to the EC2 instancesnotrue
tagsTags to apply to the EC2 instancesno
regionAWS region to use for the EC2 instancesyes
key-nameSSH key name to use for the EC2 instancesno
namedescription
arm64-instance-idThe instance ID of the arm64 EC2 instance
amd64-instance-idThe instance ID of the amd64 EC2 instance