radweb / ec2ssh
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/radweb/ec2ssh
Requires
- aws/aws-sdk-php: ^3.13
- symfony/console: ^3.0
This package is not auto-updated.
Last update: 2025-03-29 21:06:50 UTC
README
Note the data displayed is probably specific to our systems, may work weirdly for others.
Installation
composer global require radweb/ec2ssh
Configuration
Create yourself a pair of Access Keys: AWS Console > IAM > Users > you > Create Access Key
Now run:
ec2ssh config
Enter your keys when requested. For "Default Region" enter eu-west-1
(or use the up/down arrow keys to select it).
Usage
Just run:
ec2ssh
You'll be shown all your EC2 instances and prompted to pick one. Either enter the number or use the arrow keys to select a number.
An SSH session will then be started.