Skip to content

JiangKeshu/awsgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awsgo

awsgo is a command line tool used to list and connect to linux ec2 instances.

Requirements

Installation

Step 1. Install Python

Step 2. Install awscli

pip install awscli

Step 3. Download awsgo

Step 4. Put key-pair under awsgo/etc/keys

Usage

list region name:

awsgo -q

list all instances under default or specified region:

awsgo -l [-r <region name>]

login to an instance by id:

awsgo -i <instance id> [-r <region name>]

login to an instance by name:

awsgo -n <instance id> [-r <region name>]

About

List and connect to linux ec2 instances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages