Save SSM connections once, launch them in one click. No open ports, no SSH keys, no bastion hosts — just IAM, with a UI that doesn't slow you down.
Every feature exists because the CLI workflow was painful in a specific, repeatable way.
Run up to 5 tunnels in parallel. Each session gets its own tab in the terminal modal — switch between them instantly. Independent status indicators in the sidebar.
Save connections with name, instance ID, service, region, and profile — then launch in a single click. No more hunting for IDs or scrolling through history.
No inbound ports. No SSH keys. No bastion hosts. Built entirely on AWS SSM — the same IAM-based security you already rely on.
Catches a busy local port before the tunnel starts — a clear warning instead of a cryptic failure or a silent hang that wastes five minutes of debugging.
Group connections by environment, filter by region, service, or profile. Drag to reorder. Bulk move, export, or delete. Keyboard-first navigation throughout.
First-run validation verifies your AWS CLI, Session Manager plugin, and credentials — before you waste time debugging a setup issue you didn't know existed.
From download to running tunnel in under two minutes.
AWS SSM Manager auto-detects your AWS CLI profiles from ~/.aws/. Select one from the dropdown — no manual configuration.
Enter your EC2 instance ID and target endpoint. Ports are pre-filled per service type. Save it — you'll never type this again.
Click Start Session. Your service is now reachable on localhost. View live tunnel output in the terminal panel and copy the service URL in one click.
Install these once — the app checks them automatically on first run.
aws configure --profile my-profile
Supports IAM users, roles, and SSO.
ssm:StartSession · ssm:TerminateSession
Plus ec2:DescribeInstances for instance lookup.
AmazonSSMManagedInstanceCore policy
This is a Gatekeeper quarantine flag macOS adds to browser downloads — not actual damage. Run this once in Terminal:
xattr -cr "/Applications/AWS SSM Manager.app"
Removes the quarantine flag for this app only — doesn't affect system-wide Gatekeeper settings.
Free, open source, and ready in under a minute.