Shows an easy-to-compare view of pricing info of Amazon Web Services EC2 instances across various AWS regions.
This project uses npm and bower for dependency management and gulp as the task-runner.
To install all dependencies:
npm install && bower install
gulp serve
gulp build
This will generate an optimized build inside dist
directory. You can deploy the contents of this directory to a static
web server.
- Show pricing info for spot instances.
- Leverage the new AWS Pricing API to show prices for on-demand instances.
- Currency conversion.
- Show a graph depicting trends in spot pricing.
- Use webpack.
- Use npm instead of bower.
- A better frontend.
MIT License
Copyright (c) 2017 Amitosh Swain Mahapatra
See detailed terms in LICENSE