RubyGems Navigation menu

instance_accountant 0.0.4

The instance_accountant gem is designed to be used to account for hourly resource consumption, such as EC2 instances, using Subledger, the double-entry accounting API. It can account for both cost (amount owed to AWS) as well as price (amount owed to instance owner). If you run hourly-billed instances for yourself, or for others, and want real-time usage information for yourself, and for those paying you for the instance, then this gem is for you. :-) instance_accountant keeps state in an "hourfile" that contains the timestamp of the last hour accounted for. It is intended to be run in --daemon mode at startup. It makes no effort to account for instance time when it is not running, so it's important to run it immediately upon startup, and to make sure that it is always running.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.0.4 - November 07, 2014 (11.5 KB)
  2. 0.0.3 - November 07, 2014 (11.5 KB)
  3. 0.0.2 - November 05, 2014 (12 KB)
  4. 0.0.1 - November 05, 2014 (10.5 KB)

Runtime Dependencies (2):

subledger ~> 0.7
thor ~> 0.19

Development Dependencies (9):

guard ~> 2.8
guard-rubocop ~> 1.1
minitest ~> 5.4
rake ~> 10.3
rb-fsevent ~> 0.9
rspec-mocks ~> 3.1
rubocop ~> 0.27

Owners:

Authors:

  • Tom Mornini, John McKee

SHA 256 checksum:

5ace877892d9db30fc9622bedbc4e8b171e875df4b02dffbd707a309e79dfd05

Total downloads 10,157

For this version 3,178

License:

BSD 3-Clause

Required Ruby Version: >= 0

Links: