ianb-mp/AWS EC2 Manager

Launch, execute command, or destroy an AWS EC2 instance.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
modeOperation mode: start, command, stopyes
ec2-image-idAMI ID for the instance (required for start mode)no
subnet-idSubnet ID for the instance (required for start mode)no
security-group-idSecurity group ID for the instance (required for start mode)no
iam-role-nameIAM role name for the instance profile (optional for start mode)no
ec2-instance-typeInstance type (e.g., t3.micro) (optional for start mode)not3.micro
user-dataUser data script to configure the instance (optional for start mode)no
tag-specificationsTag specifications for the instance in JSON format (optional for start mode)no
ec2-instance-idEC2 instance ID (required for command and stop modes)no
commandCommand to execute on the instance (required for command mode)no
command-max-wait-secsTime to wait for command to complete (optional for command mode)no300
namedescription
ec2-instance-idThe ID of the EC2 instance that was started.
command-idThe ID of command invocation.