From f54f6b24dd2d57874ebd8732001540e0e59498b3 Mon Sep 17 00:00:00 2001 From: "abir.chebbi" <abir.chebbi@hes-so.ch> Date: Mon, 16 Sep 2024 14:50:50 +0200 Subject: [PATCH] adjust readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2587eb2..d75f874 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Before deploying the chatbot on an EC2 instance, complete the following prelimin 1. Create a Key Pair: This key pair will be used for SSH access to your EC2 instance whe you need it. 2. Create a Security Group: Define rules to allow the instance to be accessible externally. The security group should include the following rules: - - For inbound rules: you need to allow SSH traffic, HTTP/HTTPs trafic and 8501 for streamlit. + - For inbound rules: you need to allow SSH traffic, HTTP/HTTPs trafic and open port 8501 for the server. - Outbound Rules: Allow all traffic. * Prepare config.ini: -- GitLab