Skip to content

zhan9san/aws-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages