Command Line Environment for federation or AMS AWS users
Project description
aws-tool
This package provides a command line interface to for federation or AMS AWS users.
Installation
The safest way to install the AWS CLI is to use pip in a virtualenv
:
$ python -m pip install awstool
or, if you are not installing in a virtualenv
, to install globally:
$ sudo python -m pip install awstool
or for your user:
$ python -m pip install --user awstool
If you have the aws-tool package installed and want to upgrade to the latest version you can run:
$ python -m pip install --upgrade awstool
This will install the aws-tool package as well as all dependencies.
Configuration
Before using the AWS Tool, you need to configure your AWS credentials.
The quickest way to get started is to run the awstool configure
command:
$ awstool configure
Enter your Identity Source Domain(like sso.example.com):sso.example.com
Enter your Identity User(like user@example.com):Fake.User@example.com
Enter your Identity Password:
Basic Commands
An AWS Tool command has the following structure:
$ awstool <command> <subcommand> [options and parameters]
For example, to generate credentials, the command would be:
$ awstool credential --generate-account
Note
It's only necessary to run command with --generate-account
when it's your first time running this command or
you are really want to re-generate account.
That's to say, awstool credential
is ok for your subsequent use.
To view help documentation, use one of the following:
$ awstool --help
$ awstool <command> --help
$ awstool <command> <subcommand> --help
To get the version of the AWS CLI:
$ awstool --version
Getting Help
The best way to interact with our team is through GitHub. You can open an issue.
Please check for open similar issues before opening another one.
The AWS Tool implements AWS service APIs. For general issues regarding the services or their limitations, you may find the Amazon Web Services Discussion Forums helpful.
More Resources
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file awstool-0.0.4.tar.gz
.
File metadata
- Download URL: awstool-0.0.4.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfdb9d95e47aeb17f4cd9a77a489b9684f57c11cde330eb30d7d9aca265742cc |
|
MD5 | fd56cdc511dc6c3da9fc9da770ce7d25 |
|
BLAKE2b-256 | 584ca04f28e02429a723e8812091434fd142d5fb1d8aeec6b107209564ce86b8 |
File details
Details for the file awstool-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: awstool-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d6a5304089b38dd6cdf59436fc3cbcad40f5efcd73bcf64d76860827e9c0f43 |
|
MD5 | 9937918263b19d275eb30f3058570220 |
|
BLAKE2b-256 | 93a23c7328adb754aeb0de3fd7e9c81090a9e8d360071b75de5d1fbf11e41496 |