An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# aws-user

[![Featured on Openbase](https://badges.openbase.com/js/featured/aws-user.svg?token=GZHACy5YrUt2gXoa+R3BfLwqPn8ZHb1OwI7ZonkyCU8=)](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
![aws-user Demo](/demo-aws-user.gif?raw=true "aws-user Demo")

## Contributing

Issues and pull requests are welcome.

## License

MIT