/ssm_run

Tool to easily run commands on AWS instances via SSM

Primary LanguageGoApache License 2.0Apache-2.0

SSM Run

Description

Tool to run CLI commnds on instances using SSM.

Does require the instance you are looking to access to be associated with SSM.

Usage

Usage instructions with code examples

# Here is the code example
ssm_run help                                               # Get Help
ssm_run run -i <instance_id> --command-string "ipconfig"   # Run ipconfig on windows instance

TODO

  • Update README
  • Add status command
  • Add automated check to change SSM Document based on instance platform type