Git Product home page Git Product logo

aws-billing's Introduction

aws-billing

A node API to learn how much your Amazon Web Services hosting costs.

Installation

$ npm install aws-billing

Example

First, set up programmatic billing access.

var accountId = '1111-2222-3333';
var key = 'DJ9289DSAKSI2938A';
var secret = 'b/4239+skdj292jd92jd29dj229';
var bucket = 'company-aws-billing';
var region = 'us-west-2';

Then you can query your billing cost:

var billing = require('aws-billing')(accountId, key, secret, bucket, region);

billing(function (err, costs) {
    // ..
});

The costs variable shows the costs for the current billing period by product.

{ total: 4839.25,
  start: Thu Jan 01 2015 00:00:00 GMT+0000 (UTC),
  end: Thu Jan 08 2015 02:34:50 GMT+0000 (UTC),
  products:
   { 'data transfer': 432.12,
     'elastic mapreduce': 864.43,
     'cloudfront': 124.42,
     'support (business)': 120.12,
     'elasticache': 124.12,
     'simple storage service': 172.46,
     'redshift': 423.77,
     'elastic compute cloud': 123.32,
     'route 53': 454.73 } }

License

MIT

aws-billing's People

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.