ecs-instance-type-selector
September 1, 2020 ยท View on GitHub
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 clonethe master branch andcdinto it. - Make sure you install create-elm-app by doing
npm i create-elm-app -g - From there, run
elm-app startto start the app.