How to setup streamlit locally in my system first and next aws ec2 instance

Streamlit code they check in Git repository

we need to sync code from Git to the servers using cd/ci pipeline

: - they should have access to their applications only

  1. Authentication ( for login and folders or apps )
  2. scale based on the load

Welcome aboard, @devivaraprasad901! The Streamlit community is delighted to have you! :hugs:

You may want to check this video tutorial from Bappy on how to deploy a Streamlit application on AWS EC2 instance.

Let me know if that helps - happy to assist further if necessary :slight_smile:

Best wishes,
Charly

@Charly_Wargnier
Thanks for the update.
I have gone through it, but it is for single app, what If I have multiples apps and developer code in different repo of Github and I want give them each folder in single streamlit UI to use that folder only for each developer . How to restrict with secure and login access to that folders?
So that no other can access to other developer folders.

Hi @devivaraprasad901

Based on your query, I’m pasting below 4 links which you will hopefully find useful:

Let me know how it goes :slight_smile:

Best,
Charly

@Charly_Wargnier
Thank you for your reference links. I will go through it and let you know.
One more query, if I have Multiple GEN AI LLM that need to host on STREAMLIT APP, may I know which AWS instance can take it up in the production environment?
Also, guide me to host Multiple GEN AI LLM APPS in a single ec2 instance with a single Streamlit UI.