IMPORTANT: This tool is deprecated. Please use the new tool available at: https://cloud.docs.zalando.net/reference/zaws/
This package previously provided the zaws command line utility. It now serves as a transition to the new tool. package provides the zaws command line utility to exchange OAuth tokens for temporary AWS credentials by calling the AWS Credentials Service.
Installation
Installing or updating this package will provide information about migrating to the new tool.
The zalando-aws-cli package is part of the stups bundle:
$ sudo pip3 install -U stups
$ stups configure
Usage (deprecated)
$ zaws list # list all allowed account roles
$ zaws login myacc RoleName # write ~/.aws/credentials
You can configure your default account/role to only run zaws:
$ zaws set-default myacc RoleName
$ zaws
There are multiple ways of abbreviating the command line:
$ zaws li # command can be abbreviated
$ zaws login myacc # only the account name is needed if you have only one role
$ zaws alias myalias myacc PowerUser # create an alias
$ zaws lo myalias # use the alias
Use -h to get a list of commands and help:
$ zaws -h # list top-level commands
$ zaws login -h # help on the "login" command
Running locally
You can run the module directly during development:
$ python3 -m zalando_aws_cli list
$ python3 -m zalando_aws_cli login myacc PowerUser
Unit tests
$ sudo pip3 install tox
$ tox
Release files for zalando-aws-cli 1.2.12.61
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zalando_aws_cli-1.2.12.61.tar.gz | 7.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zalando_aws_cli-1.2.12.61-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.7 kB
Release files / zalando_aws_cli-1.2.12.61.tar.gz
| Download URL | zalando_aws_cli-1.2.12.61.tar.gz |
|---|---|
| Size | 7.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4900930e325bdfcb45b5aac59319bdee0077073440e4a6d2c487b3116bbbe8f9
|
|
BLAKE2b-256 checksum How to use checksums |
6c2c1c555f1dffebc38c020e283aa6d9950c0ce8ec6f738f3ba24d516dad47e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.8.19
|
Release files / zalando_aws_cli-1.2.12.61-py3-none-any.whl
| Download URL | zalando_aws_cli-1.2.12.61-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
72d989319af6bb390ad736cb69ac5f63b36072420db9c202ced5d9e7c40d7cd1
|
|
BLAKE2b-256 checksum How to use checksums |
5779771e604e55e42b89071d8f798dcebd6f92f1e0fccca167aa1899db33194e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.8.19
|