Skip to content

Command line utility to manage SSH tunnels for cluster applications on AWS

Notifications You must be signed in to change notification settings

drummerwolli/ssh-tunnels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSH Tunnels

Convenience tool to create SSH tunnels to cluster applications on AWS.

Example cluster applications would be:

  • Kafka
  • Zookeeper
  • Cassandra

This tool automatically adds the private VPC IPs to your local loopback lo interface and to your /etc/hosts file. Cluster nodes can be accessed directly from your local machine.

$ ./tunnels.py my-senza-stack 9092 odd-eu-central-1.myteam.example.org --region eu-central-1

About

Command line utility to manage SSH tunnels for cluster applications on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%