Skip to content
/ ssm Public

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

License

Notifications You must be signed in to change notification settings

andreclaro/ssm

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

No packages published

Contributors 2

  •  
  •