Giter Site home page Giter Site logo

dynamocapacity's Introduction

dynamocapacity

Compare cost of DynamoDB On Demand versus your current Provisioned Capacity setup.

Get stats for a single table.

go run main.go -region=eu-west-2 -table=your-table-name -day=2019-05-02
your-table-name
  Estimated daily:
    On Demand Read: $0.00075
    On Demand Write: $0.00075
    Provisioned Read: $0.01930
    Provisioned Write: $0.09264
  Estimated monthly:
    On Demand Read: $0.02282
    On Demand Write: $0.02282
    Provisioned Read: $0.58704
    Provisioned Write: $2.81780

Get stats for a region.

go run main.go -region=eu-west-2 -allTables=true -day=2019-05-02
your-table-name
  Estimated daily:
    On Demand Read: $0.00075
    On Demand Write: $0.00075
    Provisioned Read: $0.01930
    Provisioned Write: $0.09264
  Estimated monthly:
    On Demand Read: $0.02282
    On Demand Write: $0.02282
    Provisioned Read: $0.58704
    Provisioned Write: $2.81780
    
your-table-name2
  Estimated daily:
    On Demand Read: $0.00075
    On Demand Write: $0.00075
    Provisioned Read: $0.01930
    Provisioned Write: $0.09264
  Estimated monthly:
    On Demand Read: $0.02282
    On Demand Write: $0.02282
    Provisioned Read: $0.58704
    Provisioned Write: $2.81780
    
Switch table your-table-name to on-demand to save $0.11044 per day
Switch table your-table-name2 to on-demand to save $0.11044 per day

Total saved per day: $0.22088
Total saved per month: $9.674544

dynamocapacity's People

Contributors

a-h avatar jamesmbourne 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar

dynamocapacity's Issues

License

Love the idea - makes it very simple to weigh out the options and make an informed cost/benefit analysis.

By chance, would you be able to add an appropriate LICENSE for this repo?

failed to fetch current pricing exit status 1

I get this error when truing to run the program. As i can see, at that point my credentials do not seem to have been used, i think therefore this is a problem that occurs before authenticating against my AWS account.

failed to fetch current pricing
exit status 1

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.