ssm

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2026 License: MIT Imports: 1 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
aws

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL