Skip to content
/ gec2 Public

AWS EC2 Bash Connector script

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
bash_colors_LICENSE
Notifications You must be signed in to change notification settings

raisen/gec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a bash script which uses dialog to connect to running Amazon EC2 servers

See gec2.config for more info

Requirements:

- dialog
- jq
- bash >= 4
- aws-cli properly set up

On macOS:

brew install dialog 
brew install jq 
brew install bash

For aws-cli, https://docs.aws.amazon.com/cli/latest/userguide/installing.html . Make sure it's properly configured: aws configure

Once requirements are met and the ~/.gec2 config file is created, you can copy the gec2 script file to a folder in your PATH.

.bash_colors is from https://github.com/mercuriev/bash_colors which is licensed under MIT. See bash_colors_LICENSE

About

AWS EC2 Bash Connector script

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
bash_colors_LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages