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

# One-time setup (auto-configures shell integration)
awsp setup
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

PowerShell ($PROFILE):

Invoke-Expression (awsp init --shell powershell)

Or simply run awsp setup to auto-configure your shell.

Commands

Command Description
awsp setup Auto-configure shell integration (run once)
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)

Platform Support

Platform Shell Status
macOS Zsh, Bash, Fish ✅ Full support
Linux Bash, Zsh, Fish ✅ Full support
Windows PowerShell ✅ Full support

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.4.0.tar.gz (22.0 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.4.0-py3-none-any.whl (17.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for awsp-0.4.0.tar.gz
Algorithm Hash digest
SHA256 62c6b2756ded090a0db388daa310f10a79797b63e18de34caddd5519dcf44458
MD5 0ffb7099a4616a68b2b81c73bd020a46
BLAKE2b-256 e0d9ea87697acb2024ba644d5818a0b1f483d9dbeee1edef056856a6fe1aa94d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awsp-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 17.2 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.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4f14df72cd4d515c6b421f85e43428495ff3595c2292ed38f97190a9a15baeef
MD5 654066cd0a42536da0b7ae0e78492a28
BLAKE2b-256 e7af94d2ac8298f6aa653680091e21e7419367f05c79675ce946445cc75259c8

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