Skip to content

andreclaro/ssm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSM CLI

A fast CLI to discover and connect to servers via AWS Systems Manager (SSM) across multiple AWS accounts and regions.

Quick start

go install github.com/andreclaro/ssm@latest

# or build locally:
git clone https://github.com/andreclaro/ssm && cd ssm && go build -o ssm .
ssm sync # discover instances
ssm list # list available instances
ssm my-db # connect via SSM Session Manager
ssm my-server -L 8888:80 # port forward local 8888 to remote 80

Features

  • Multi-account and multi-region discovery
  • Local cache in SQLite (~/.ssm/database.db)
  • One-command SSM connections
  • Shell completion for instance names

Documentation

License

MIT — see LICENSE.

About

A powerful CLI tool for discovering and connecting to servers managed by AWS Systems Manager (SSM) across multiple AWS accounts and regions.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors