richinfante / aws-ssh

A pure-python implementation of the AWS Instance Connect client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-ssh

A pure-python implementation of Amazon's Session Manager Client. It performs lookups for instance names and transforms them to an instance ID needed for starting a sestion. To do this, it reads the instance's Name tag.

Usage:

python main.py example-instance-name
python main.py i-fakeinstanceid023994

About

A pure-python implementation of the AWS Instance Connect client

License:Other


Languages

Language:Python 100.0%