Skip to content
/ ssm Public

Leverages AWS SSM's capability to provide SSH access to EC2 instances

License

Notifications You must be signed in to change notification settings

splieth/ssm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssm

Python CLI that leverages SSM's capability to provide an SSH access to EC2 instances.

Prerequisites

Usage

Run

pipenv install
pipenv shell

to have the virtualenv activated for some profit.

In order to connect to a running EC2 instance, you must provide valid AWS credentials, e.g. by specifying the profile:

AWS_PROFILE=some-profile "./ssm.py login" 

About

Leverages AWS SSM's capability to provide SSH access to EC2 instances

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages