Skip to main content

EC2 Utils

Project description

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
    

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

ec2u-0.1.4.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

ec2u-0.1.4-py2.py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 2 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