EC2 Utils CLI
- Before you can begin using ec2u, you must set up authentication credentials. If you have the AWS CLI installed, then you can use it to configure your credentials file:
aws configure
Alternatively, you can create the credential file yourself. By default, its location is at ~/.aws/credentials:
[default]
aws_access_key_id = YOUR_ACCESS_KEY
aws_secret_access_key = YOUR_SECRET_KEY
You may also want to set a default region. This can be done in the configuration file. By default, its location is at ~/.aws/config:
[default]
region=us-east-1
This sets up credentials for the default profile as well as a default region to use when creating connections. See Credentials for in-depth configuration sources and options.
- Supported Python: 2.7
- Install dependencies:
pip install -r requirements.txt - Features:
Usage: ec2u [OPTIONS] COMMAND [ARGS]... Options: --verbose --version Show the version and exit. --help Show this message and exit. Commands: gen-config Generate AWS configuration file has-tag Check whether or not instance has given tag
Release files for ec2u 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ec2u-0.1.4.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ec2u-0.1.4-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 10.7 kB
Release files / ec2u-0.1.4.tar.gz
| Download URL | ec2u-0.1.4.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
99f2d1984f4fbc1b5756afd753ae1990dbc921f148a749cdf176452841d455a4
|
|
BLAKE2b-256 checksum How to use checksums |
be11183f3591a3b6c13348e2007999c5d7e156753dc9f1e264696c3cb8481632
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
|
Release files / ec2u-0.1.4-py2.py3-none-any.whl
| Download URL | ec2u-0.1.4-py2.py3-none-any.whl |
|---|---|
| Size | 5.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
4e9c8a4356c38203205bbfb9ef72f4b99f2539707f6438b0328dda13ddf2ca17
|
|
BLAKE2b-256 checksum How to use checksums |
961602de5856aef5574937777fa28560e0d18b8b1f186917edca40bbc9a13003
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
|