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

https://github.com/cdimascio/aws-credentials-manager

Utility for managing multiple AWS credentials files.
https://github.com/cdimascio/aws-credentials-manager

Last synced: about 1 year ago
JSON representation

Utility for managing multiple AWS credentials files.

Awesome Lists containing this project

README

          

# aws-credentials-manager

Utility for managing multiple AWS credentials files.

Need more than one `~/.aws/credentials` file. If so, you're at the right place.

```shell
➜ ./awscm

Credentials Manager for AWS (v1.0.0)

Usage
ls list settings
current show the current settings
use switch to
create create/edit
rm remove the
edit create/edit
help show this message
```

## FAQ
**Q**: I use tools that automatically modify `~/.aws/credentials`. How can I keep them from modifying settings?

**A**: Navigate to `~/.aws_creds_man` and set the setting files you do not want modified to readonly i.e. `chmod 400 ~/.aws_creds_man/my_settings`

## License
MIT