Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awstool-0.0.4.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

awstool-0.0.4-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page