Git Product home page Git Product logo

awsresco's People

Contributors

ckelner avatar icharlie avatar ryansydnor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jschnare tsoliman

awsresco's Issues

Unreachable code

When running build.sh, I get the following warning:

WARN: Dropping unreachable code [js/aws.js:369,4]
WARN: Dropping unreachable code [js/aws.js:370,4]

Tie into AWS login somehow?

Haven't really looked into this to determine if even a remote possibility. Would be nice to use an existing AWS session somehow?

Get reservations and instances from multiple accounts

If we have billing consolidation across several accounts, it is sometimes best to reserve instances on the parent account, which then apply to all the child accounts.

In this situation we need several access-key pairs - one key to be able to retrieve reservations from the parent, and other keys to get the instances-in-use in the desired child(ren).

I will fork and PR for this use case.

Customer would prefer that instance ids and name tags be on seperate rows in CSV

Rather than a comma separated cell value of instance ids and instance name tags, customer would prefer that for each "grouping" of reservations that the first line contain the "grouping" information w/ a single instance id and name value, then for each instance that belongs to that "grouping" a new row is added below until all instances have been covered.

Take into account various offering types

See http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/EC2.html#describeReservedInstances-property

And:

{
  "ReservedInstancesId": "d16f7a91-77a2-4103-a220-d03f14851ef2",
  "InstanceType": "c3.large",
  "AvailabilityZone": "us-east-1d",
  "Start": "2014-09-01T00:00:00.000Z",
  "End": "2017-08-30T23:59:59.000Z",
  "Duration": 94608000,
  "UsagePrice": 0,
  "FixedPrice": 482.6,
  "InstanceCount": 6,
  "ProductDescription": "Linux\/UNIX (Amazon VPC)",
  "State": "active",
  "Tags": [

  ],
  "InstanceTenancy": "default",
  "CurrencyCode": "USD",
  "OfferingType": "Heavy Utilization",
  "RecurringCharges": [
    {
      "Frequency": "Hourly",
      "Amount": 0.0209
    }
  ]
}

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.