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
victorious-lawyer-58417
01/18/2023, 7:17 PM
the details much depend on your workloads. For small scale needs Step Functions and Batch is probably the cheapest option
victorious-lawyer-58417
01/18/2023, 7:33 PM
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
glamorous-barista-97929
01/18/2023, 7:53 PM
Great. Thanks for the feedback @straight-shampoo-11124
👍 1
v
victorious-lawyer-58417
01/18/2023, 7:55 PM
don’t hesitate to ask if you hit specific issues. Many folks here have plenty of experience with both the stacks 🙂