splieth / ssm

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%