oddballteam / magnifier

1 stars 0 forks source link

Discovery - determine deployment platform and budget for project #21

Open kfrz opened 5 years ago

kfrz commented 5 years ago

Background

We need to determine what our budget and deployment platform will be for this tool.

Heroku is a potential platform that could suit our needs (also includes built-in CI). 1x dyno at $25/mo would be sufficient, as this platform will only be used by Oddballers, and thus will have a limited volume of traffic/resource usage.

The focus should be on simplicity and cost-effectiveness. We don't want to wrestle with too much manual configuration or maintenance if we can avoid it.

cc: @RobAWilkinson

Definition of Done

hpjaj commented 5 years ago

+1 for heroku

RobAWilkinson commented 5 years ago

We have a docker container registry set up that we were using for the EFIN challenge back in the day, if we dockerize this app and can just deploy on that it keeps everything under one bill. Easier from an admin side.

Most of Oddballs IT infrastructure is all on AWS too this keeps us consolidated and consistent

kfrz commented 5 years ago

via @RobAWilkinson :

Why AWS:

cc: @camerontesterman

RobAWilkinson commented 5 years ago

@camerontesterman hoping to just modify some of the tf stuff you did back in march for the efin challenge