Vidimensional / awsprofile

Manage different aws profiles easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awsprofile

Manage different aws profiles easily on Bash.

Installation

Just source awsprofile from your bashrc.

Usage

awsprofile $profile_name

Where $profile_name is the name of the profile on ~/.aws/credentials.

Also you can use autocompletion:

$ awsprofile account<TAB>
account_production     account_preproduction

About

Manage different aws profiles easily

License:Do What The F*ck You Want To Public License


Languages

Language:Shell 99.4%Language:Makefile 0.6%