ec2-ssh
ec2-ssh copied to clipboard
SSH into EC2 instances via tag name
VPC hosts don't have a public DNS name, so they are not honored by the ec2-hosts script. This patch corrects this behavior and allows listing VPC hosts and SSH'ing into...
Replace `\h` with $inst in the user's existing PS1 variable, instead of replacing the contents entirely.
print out ec2 instances as ssh-config or hosts file format. Inspired by "ec2-host" command, I wrote a script that prints out instance_name and ip_address as ssh-config or hosts file format...
Hi, I want to add "-i" option to ec2-ssh, please take a look at my commit. Thank you!