Skip to content

Scripts to ssh to ec2 instances by tag or name with tmuxinator

Notifications You must be signed in to change notification settings

orimarti/ec2-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ec2-ssh

Scripts to ssh to ec2 instances by tag or name with tmuxinator

Installation:

git clone [email protected]:orimarti/ec2-ssh.git
chmod +x ec2-ssh/*
echo "export PATH=$PATH:`pwd`/ec2-ssh/" >> ~/.bashrc

Usage:

ec2-ssh instance_name
ec2-ssh <tag_name> <tag_value>

If only one instance it's found it will access directly through ssh, if more than one instance is found it will create a tmuxinator template and access through it

About

Scripts to ssh to ec2 instances by tag or name with tmuxinator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages