ordinov/Execute AWS SSM Command

Send a command to an EC2 instance using AWS SSM and wait for its completion.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 22, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: ordinov/aws-ssm-send-command-await@ad3845a4ffc6a1e993b2dc4ef67c86d6498a54b9 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
aws-regionThe AWS region where the EC2 instance is located (e.g., us-east-1).yes
aws-access-key-idAWS Access Key ID for authentication.yes
aws-secret-access-keyAWS Secret Access Key for authentication.yes
instance-tag-nameThe tag name of the EC2 instance (e.g., 'MyInstance'). Only required if instance-id is not provided.no
instance-idThe EC2 instance ID (e.g., 'i-0abcd1234efgh5678'). Only required if instance-tag-name is not provided.no
commandThe shell command to execute on the EC2 instance (e.g., 'uptime').yes
namedescription
command-outputThe output from the executed command.
command-errorThe error output from the executed command (if any).