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.
- Host: GitHub
- URL: https://github.com/tobischw/ecs-instance-type-selector
- Owner: tobischw
- Created: 2020-02-05T04:19:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T23:49:33.000Z (about 5 years ago)
- Last Synced: 2025-06-13T01:46:50.136Z (12 months ago)
- Topics: aws, calculator, cluster, elm, pricing
- Language: Elm
- Homepage:
- Size: 13.8 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ecs-instance-type-selector

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.