mtwomey / ss

Tool for connecting to AWS EC2 hosts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

npm i -g https://github.com/mtwomey/ss.git#v1.0.2

Usage

Initial Setup

Before running the setup for ss, you must have the following

  • AWS cli tools installed and configured
  • Known jump hosts setup in your ~/.ssh/config file
  • AWS "Named Profiles" setup for each environment (see here)

Setup ss

ss --configure

Usage and Commands

Set the AWS account you wish to use

ss --use [AWS NAMED PROFILE NAME]

Find a resource

ss --find [INSTANCE/IP/NAME...ETC]

Connect to an instance found with the --find command

ss [#]

Refresh AWS data

ss --refresh

About

Tool for connecting to AWS EC2 hosts


Languages

Language:JavaScript 100.0%