https://github.com/theden/ec2ssh
Automatically ssh into an ec2 instance
https://github.com/theden/ec2ssh
Last synced: about 1 year ago
JSON representation
Automatically ssh into an ec2 instance
- Host: GitHub
- URL: https://github.com/theden/ec2ssh
- Owner: TheDen
- Created: 2016-05-28T07:43:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T12:37:16.000Z (almost 8 years ago)
- Last Synced: 2024-05-30T01:18:23.711Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ec2ssh
Script to quickly SSH into EC2 instances. It's portable (POSIX), so it ought to work on any *nix machine.
Useful when you have 1000s of instances and many identity keys that need access.
Caches each instance so only one API call is needed per instance.