Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
/ aws-ssh-client Public archive

SSH Client to run automated commands on AWS EC2 instances

License

Notifications You must be signed in to change notification settings

run2cmd/aws-ssh-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-ssh-client

This script is to automate finding proper instances on AWS Amazon Cloud and executing desired commands. Mostly created for System Administrators.

First version uploaded here is the 0.5 that already has few feautures that I've been working on.

CHANGELOG

  • 0.1 - initial version
  • 0.2 - Added host key policy check to alter know_hosts file with proper entires
  • 0.3 - Rewrite options to argparse and added Verbose
  • 0.4 - Added Host pattern to specify set of desired hosts tonnect
  • 0.5 - Added OpenSSH identity file handling. Moved options from class init into ss_cmd for better reuse in other scripts

REQUIREMENTS

  • Python 2.6 or higher (not tested with python3)
  • Paramiko python library
  • Boto.ec2 python library
  • AWS connfiguration in /etc/boto.cfg (Key + Secret)

About

SSH Client to run automated commands on AWS EC2 instances

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages