Skip to content

Command Line Utility to switch between different AWS Profiles

License

Notifications You must be signed in to change notification settings

Deepakkothandan/awsps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Profile Switcher

awsps is a command-line tool used to switch between different AWS profiles.

Installation

Install awsps using pip:

  $ pip install awsps 
  # or from git
  $ pip install git+https://github.com/Deepakkothandan/awsps

Usage

List available profiles:

  $ awsps -ls

  Available Profiles:
  
  1) profile1
  2) profile2
  3) profile3
  4) default_awsps (A copy of your default profile)

View current profile:

  $ awsps -cp

  The current AWS profile is default_awsps

Switch profile:

  $ awsps -sp
  
  1) profile1
  2) profile2
  3) profile3
  4) default_awsps

  Enter profile to select: 1

  Profile switched to profile1

Help:

  $ awsps -h 
  usage: awsps [-h] [-ls] [-cp] [-sp]

  AWS Profile Switcher

  optional arguments:
    -h, --help      show this help message and exit
    -ls, --list     List available Profiles
    -cp, --current  Get Current Profile
    -sp, --switch   Switch AWS Profile

Todo

  • Add Tests

About

Command Line Utility to switch between different AWS Profiles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages