AWS Stuff Doer (ASD) is your go-to tool for managing AWS Single Sign-On (SSO). Designed for both developers and administrators, ASD simplifies your AWS SSO workflow, allowing you to run custom shell commands with specific profiles and export temporary AWS credentials seamlessly.
- Easy Integration: Effortlessly integrate with your existing AWS infrastructure.
- Secure Authentication: Improve security with robust SSO capabilities.
- Customizable: Tailor ASD to meet your unique requirements.
- Run Custom Commands: Execute shell commands using AWS profiles and export temporary credentials securely in memory.
- Temporary AWS Credentials: Access temporary AWS credentials specific to a profile, securely available in memory.
Install ASD using pip:
pip install aws-stuff-doer
Invoke ASD with the following command syntax:
asd [-h] [-p PROFILE] [--open-sso] [--open] [-l] [--version] [command ...]
ASD: The AWS Utility to manage AWS SSO and AWS CLI profiles conveniently.
- command: Command followed by its arguments to run in the shell
- -h, --help: Show this help message and exit
- -p PROFILE, --profile PROFILE: Specify AWS profile name
- --open-sso: Open AWS SSO user console
- --open: Open AWS account console
- -l, --list: List available profiles
- --version: Show program's version number and exit