Deploy to AWS Fargate?

Hi community,

I made my first application which saves engineers’ time and shortens the time require to run a process from weeks to minutes. My application is locally hosted. As more users want to use it I am in talk with our devOps engineer to have it ready for our AWS.

Currently we are thinking on using AWS Fargate. I do not have any prior knowledge on this, and appreciate your input:

1- how can I add sessions to my code, so multiple users upload and download files to and from my app at the same time.(if you give me some keywords to search I am happy to search online and learn myself)
2. How can I change reading file locally to upload/download (if you give me some keywords to search I am happy to search online and learn myself)
3. Is there a way to have my application with Streamlit lift and shift to Fargate or any other AWS services?
4. Do I need to learn docker? is there any good source to learn docker for streamlit deployment for a python application?

Appreciate your input.
Thanks,
Amin

Hey @aedalat -

A community user posted their experience with Fargate:

2 Likes

That is fantastic Randy, thanks, I will follow it along.