Cost Estimation of KSAFlyer
tags :
Summary #
This exercise was done to get calculate cost estimation to find an investor for the project KSAFlyer.
Estimated cost of deployment #
in USD/month
# runtime containers
django-app = 15
celery-worker = 15
inference-api = 15
# databases
postgres = 15
redis = 15
spaces = 5
total = (django-app + celery-worker + inference-api) + (postgres + redis + spaces)