Hello again!
I want to create a very rough price estimate based on the Prefect Setup described here (
https://towardsdatascience.com/how-to-cut-your-aws-ecs-costs-with-fargate-spot-and-prefect-1a1ba5d2e2df) by
@Anna Geller.
I have not much experience with AWS, yet, which makes it difficult to estimate the price using the price estimator.
We will only have a couple of batch jobs running a couple of times a day and the processing will take place exclusively on snowflake, so the prefect flows will only deligate work. Also we would probably use prefect cloud.
I would guess that in the price calculator here
https://calculator.aws/#/createCalculator/Fargate we could go with Linux OS, 2 tasks/pods running 2 hours on average with 2 vCPU allocated and 4GB memory (minimum) and 20GB of storage (minimum).
1. Do you agree? If not, why? I can not really believe that this would only cost $14 per month.
2. Do I need to calculate additional costs for the ECS tasks? If I understand correctly, these are included in the Fargate price estimation.
I know that we could save money by using spot instances. My target is to make a pessimistic/conservative price estimation.
Thanks in advance! Really appreciate the help in this channel!