An open API service indexing awesome lists of open source software.

https://github.com/tobischw/ecs-instance-type-selector

Easily find cheapest AWS configurations and cluster pricing rates, in many different configurations. Written in Elm. SIUE Senior Project.
https://github.com/tobischw/ecs-instance-type-selector

aws calculator cluster elm pricing

Last synced: about 1 month ago
JSON representation

Easily find cheapest AWS configurations and cluster pricing rates, in many different configurations. Written in Elm. SIUE Senior Project.

Awesome Lists containing this project

README

          

# ecs-instance-type-selector
![Heroku Deployment](https://github.com/tobischw/ecs-instance-type-selector/workflows/Heroku%20Deployment/badge.svg)

Easily calculate AWS cluster pricing rates, in many different configurations. Written in Elm.

## How to build/run
* First, ensure you have Elm installed.
* Next, `git clone` the master branch and `cd` into it.
* Make sure you install create-elm-app by doing `npm i create-elm-app -g`
* From there, run `elm-app start` to start the app.