Yep. Can you share more about what you had in mind with fargate?
a
Amar Ramesh Kamat
10/02/2022, 9:54 PM
@Bo just like eks and ec2, can I use bentoml to deploy the service to ecs fargate (serverless)? The benefit is that there are no nodes to manage and unlike lambda, there is no low timeout, cpu or memory limit. Also, the cluster auto scales based on various metrics (e.g., cpu). Compared to lambda, it turns out to be cheaper for higher scale
b
Bo
10/03/2022, 12:20 AM
Makes sense. I think we should get fargate supporting on our roadmap
Bo
10/03/2022, 12:21 AM
Also you are more than welcome to contribute
a
Amar Ramesh Kamat
10/03/2022, 11:32 PM
@Bo Sure. Would love to. Will read up about the interfaces and the hooks and do a POC.