Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 545 Bytes

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