Cost Estimation of KSAFlyer

Cost Estimation of KSAFlyer

May 29, 2024 | seedling, permanent

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)


No notes link to this note

Go to random page

Previous Next