Hello all, what are the AWS monthly cost differenc...
# ask-metaflow
g
Hello all, what are the AWS monthly cost differences between the EKS and Step Function/Batch deployments? They both use EC2 for compute, but could see the Step Functions/Batch being more cost effective because they would only have compute when executing workloads. Are there any other pros/cons between the deployment architectures that we need to be aware of?
1
v
the details much depend on your workloads. For small scale needs Step Functions and Batch is probably the cheapest option
a tradeoff is that when your needs/scale grow, there’s limited amount of flexibility in those systems. Hence EKS and Argo Workflows are a better option for more demanding setups A nice thing about Metaflow is that you can start with SFN+Batch and if you hit any limits, move to EKS without changing anything in your code
1
g
Great. Thanks for the feedback @straight-shampoo-11124
👍 1
v
don’t hesitate to ask if you hit specific issues. Many folks here have plenty of experience with both the stacks 🙂
🙌 2