I am looking for services that would support streamlit applications. I am currently deploying one on share.streamlit.io, but i notice that it only supports a single private application. Are there plans for paid subscriptions? I have tried using AWS App Runner but can’t get it to work. It seems stuck, on startup which I suspect is due to the lack of web socket support.
Hey @Jim_Alateras ,
Currently, Streamlit does not have any Paid plans for its cloud service.
You can stay updated on this thread @ Streamlit Cloud pricing discussion
If you’d like to learn more about paid plans, feel free to fill out this form provided by Caroline: Streamlit + Snowflake Interest
In the mean time, I would just create a new github account and push your project to it to get a free private account deployment with the account.
Hope this helps!
Best,
Jyo
Thanks Jo
I also get constant websocket errors when trying to use AWS App Runner. Next try ECS Fargate, ECS EC2, and then EKS.
ECS + EC2 was annoying, you have to be sure to pick the right EC2 resources that are bigger than what your container needs. For now ECS + Fargate is working fine but I need to watch the costs.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.