Giter VIP home page Giter VIP logo

ec2-utils's Introduction

EC2 Utils CLI

Install:

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.

Install: pip install ec2u

Feature:

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
  private-ipv4  Get private IPv4 of the instance

Changelog

0.1.7 - 2020-05-27

Added

  • Fix issue command has-tag does not work as expected

0.1.6 - 2020-05-21

Added

  • Add subcommand private-ipv4

ec2-utils's People

Contributors

nthienan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.