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
- Host: GitHub
- URL: https://github.com/richinfante/aws-ssh
- Owner: richinfante
- License: other
- Created: 2020-12-18T01:18:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T19:51:58.000Z (about 2 years ago)
- Last Synced: 2025-03-15T23:18:50.291Z (over 1 year ago)
- Topics: aws, aws-session-manager
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```