https://github.com/andrei0x309/aws-user
This is a simple command utility to mange and switch between multiple AWS users.
https://github.com/andrei0x309/aws-user
aws comand-line local-aws-user-managment
Last synced: 3 months ago
JSON representation
This is a simple command utility to mange and switch between multiple AWS users.
- Host: GitHub
- URL: https://github.com/andrei0x309/aws-user
- Owner: andrei0x309
- License: mit
- Created: 2022-08-20T23:15:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T14:45:18.000Z (over 2 years ago)
- Last Synced: 2025-02-04T08:48:15.868Z (4 months ago)
- Topics: aws, comand-line, local-aws-user-managment
- Language: TypeScript
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-user
[](https://openbase.com/js/aws-user?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)
## Description
This is a simple command utility to mange and switch between multiple AWS users.
Use aws-user help to get all available commands.
Can be helpful if you have more than one user with diffrent permissions, or users in multiple organizations.
The storage is done locally in the same place where aws credentials are stored, you need to have AWS CLI installed as it assumes the credentials folder exists.
**Note:**
## Install
```bash
yarn global add aws-user
```## Usage
Get commands:
```bash
aws-user help
```Add User:
```bash
aws-user add ::
```Example:
```bash
aws-user add john22:ASIARNQFX7RWNRAAI2VVO:TTgFyl0p/2kxXa/uJ9i9sabBn22b2sewLXjaXPPY
```## Notes
It has commands to switch between users, add users, remove users, wipe local storage, list all users, and loggout from AWS.
## Visual Demo
Example of using `aws-user` comand util
## Contributing
Issues and pull requests are welcome.
## License
MIT