Skip to content

A simple command line utility to interactively switch between multiple AWS profiles.

License

Notifications You must be signed in to change notification settings

bharathalleni/awsw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWSW: AWS Switch

Maintenance made-with-Go

Interactively switch between AWS Profiles

image

Setup

Linux

curl -O https://raw.githubusercontent.com/bharathalleni/awsw/main/_awswitch
curl -O https://raw.githubusercontent.com/bharathalleni/awsw/main/_awsw
chmod +x ./_awsw*
sudo mv ./_awsw* /usr/local/bin/

Add the following line to your .bashrc or .zshrc file

alias awsw="source _awsw" && source _awsw reset

Or you can just run this in your terminal.

Linux:

echo 'alias awsw="source _awsw" && source _awsw reset' >> ~/.bashrc

Mac:

echo 'alias awsw="source _awsw" && source _awsw reset' >> ~/.zshrc

Usage

awsw

About

A simple command line utility to interactively switch between multiple AWS profiles.

Resources

License

Stars

Watchers

Forks

Packages

No packages published