An open API service indexing awesome lists of open source software.

https://github.com/richinfante/aws-ssh

A pure-python implementation of the AWS Instance Connect client
https://github.com/richinfante/aws-ssh

aws aws-session-manager

Last synced: 2 months ago
JSON representation

A pure-python implementation of the AWS Instance Connect client

Awesome Lists containing this project

README

          

# 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 session. To do this, it reads the instance's `Name` tag.

## Usage:
```bash
python main.py example-instance-name
python main.py i-fakeinstanceid023994
```