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

https://github.com/loopingz/yaws

Yet Another AWS Tools
https://github.com/loopingz/yaws

aws bash utils

Last synced: 4 months ago
JSON representation

Yet Another AWS Tools

Awesome Lists containing this project

README

          

# yaws
Yet Another AWS Tools

This tool is to add functionalities that are blocked in PullRequest on official client

```
usage: yaws [-h] [--profile PROFILE] {export,rotate-keys,test}
```

## export

Generate variable for bash so you can export them to environment variable easily

On Linux/MacOS systems:
```
eval `yaws --profile MyProfile export`
```

On MS Windows systems (PowerShell):
```
Invoke-Expression -Command (yaws --profile MyProfile export)
```

## rotate-keys

It will take your current AWS credentials, create a new credential then remove the old one

```
yaws --profile test rotate-keys
```