truemark/AWS EC2 Run Instance

Creates and runs an EC2 instance

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
subnet-idSubnet ID to launch the instance inyes
security-group-idSecurity group to apply to the EC2 instanceyes
image-idImage ID to use for the EC2 instance. Also accepts default-arm64 and default-amd64 optionsyes
instance-typeInstance type to use for the EC2 instanceyes
instance-profileInstance profile to use for the EC2 instanceno
volume-sizeVolume size in GB to use for the EC2 instanceno8
associate-public-ip-addressAssociate a public IP address to the EC2 instancenotrue
tagsTags to apply to the EC2 instanceno
user-dataStartup commands to run on the EC2 instanceno
instance-shutdown-behaviorShutdown behavior for the EC2 instance. This may be stop or terminate.noterminate
regionAWS region to use for the EC2 instanceyes
key-nameSSH key name to use for the EC2 instanceno
terminate-on-postTerminate the EC2 instance after the post stepnotrue
nameName of the EC2 instance to be added to the tagsno${{ github.event.repository.name }}-${{github.run_number}}
namedescription
instance-idThe instance ID of the EC2 instance