Skip to main content

AWS Profile Switcher - Manage AWS CLI profiles easily

Project description

AWSP - AWS Profile Switcher

A command-line utility for easily managing and switching between AWS CLI profiles.

Features

  • List profiles - View all configured AWS profiles (IAM and SSO)
  • Switch profiles - Interactive profile selection with fuzzy search
  • Add profiles - Create new IAM or SSO profiles interactively
  • Remove profiles - Safely remove profiles with confirmation
  • Validate credentials - Test AWS credentials using STS
  • Shell integration - Seamless profile switching in bash, zsh, and fish

Installation

Recommended (using pipx):

pipx install awsp

Or with pip:

pip install awsp

Note: pipx is recommended for CLI tools as it installs them in isolated environments.

Quick Start

# Add shell integration first (one-time setup)
echo 'eval "$(awsp init)"' >> ~/.zshrc
source ~/.zshrc

# Add a new profile
awsp add

# Activate a profile (sets AWS_PROFILE)
awsp activate my-profile

# Deactivate current profile (unsets AWS_PROFILE)
awsp deactivate

# List all profiles
awsp list

# Show current profile
awsp current

# Validate credentials
awsp validate

Shell Integration

Add to your shell configuration for automatic profile switching:

Bash (~/.bashrc):

eval "$(awsp init)"

Zsh (~/.zshrc):

eval "$(awsp init)"

Fish (~/.config/fish/config.fish):

awsp init --shell fish | source

Commands

Command Description
awsp activate [NAME] Activate a profile (sets AWS_PROFILE)
awsp deactivate Deactivate current profile (unsets AWS_PROFILE)
awsp list List all AWS profiles
awsp add Add a new profile (IAM or SSO)
awsp remove NAME Remove a profile
awsp current Show current active profile
awsp validate [NAME] Validate profile credentials
awsp info [NAME] Show detailed profile info
awsp init Output shell integration hook
awsp Interactive profile switcher
awsp switch [NAME] Alias for activate

Requirements

  • Python 3.10+
  • AWS CLI (for credential validation and SSO login)

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awsp-0.2.0.tar.gz (20.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

awsp-0.2.0-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

Details for the file awsp-0.2.0.tar.gz.

File metadata

  • Download URL: awsp-0.2.0.tar.gz
  • Upload date:
  • Size: 20.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for awsp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e688684c45949dc811f307cb95327dc416eabf3756a75c3f443b06d82cad9740
MD5 5ed873e69f356cae98c4bf83f039fd31
BLAKE2b-256 d7708666b5a642cfd6b7d011362b3f163495fb9b2dc02139b4cd10051f26958f

See more details on using hashes here.

File details

Details for the file awsp-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: awsp-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 15.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for awsp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4eec72e4d90625b0f533914d34bc147f42310262b845b5c8f6a712f0ac321b05
MD5 9fbcb45e01aa03dc0707a940e6fa13f8
BLAKE2b-256 f7f5e985f85a2e9b385d1d6873aeceea2228e82fb60948d70040afffa2d64f74

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page