This util allows you to switch default AWS CLI profile
Project description
AWS Profile Switcher
The tool which allows you to jump between your profiles in your ~/.aws/credentials
Problematics
Well, if you are operating only one AWS account then you will not find this util useful. Problem appears when there are more than 3 accounts under your control. Sure, you can use --profile
flag with any your aws cli command. But what if you need to run number of commands for several accounts, then make sure you don't forget to add --profile
to your command or specified the right profile name.
Another example is about Hashicorp Terraform. Let's imagine that you have one module which you need to apply for several accounts. Unfortunately, terraform doesn't allow you to specify --profile
and that's logically since Terraform is not about AWS. So, you will need to hardcode your AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY or go to ~/.aws/credentials
and change the [default]
profile.
How to install
That's easy just run
sudo pip install aws-profile-switcher
Or clone
this repository and run
make install
How does it work
Simple switch
What have you seen:
- User called
aws-profile-switcher
aws-profile-switcher
identified that current default is among of all profiles so it allowd to proceed without any aditional operationsaws-profile-switcher
asked user to choose new default profileaws-profile-switcher
switched the default
In case you have a default but no backup for it
What have you seen:
- User called
aws-profile-switcher
aws-profile-switcher
understood that there is no backup for profile that is currently set to default and suggested to make a backup- User agreed to make a backup and gave it the name
aws-profile-switcher
asked user to choose new default profile- Voila, default is changed and the old default is backed up
In case there is no default at all
What have you seen:
- User called
aws-profile-switcher
aws-profile-switcher
asked user to choose new default profile- There was no defalut profile at all, so
aws-profile-switcher
has created it
In case user doesn't want backing up the default
What have you seen:
- User called
aws-profile-switcher
aws-profile-switcher
understood that there is no backup for profile that is currently set to default and suggested to make a backup- User disagreed to make a backup
aws-profile-switcher
asked to agreed that he/she doesn't want to make a backup- Default is changed and the old default was not backed up
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aws-profile-switcher-0.2.3.tar.gz
.
File metadata
- Download URL: aws-profile-switcher-0.2.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c79bc29b157b704f63b25ff47bec66a46e4eedf4c1d0c839505086438d8149c7 |
|
MD5 | 6f369c1938277bb96110e91d63d588c4 |
|
BLAKE2b-256 | cb5905a894f9f65acefaf33797045abccc232d3ac567efb1dc852d3f8a99f723 |
File details
Details for the file aws_profile_switcher-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: aws_profile_switcher-0.2.3-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a367b3becadfb095760d2c27420522e45e2b57c89f17535db69316896e47c25 |
|
MD5 | 9803269aabe8b705c621bb634c9b1923 |
|
BLAKE2b-256 | 5a44e7c63bab1f3da92803b51da7c67ff8468e14a5a8f4753d013e708820bc16 |