1. Thanks for the fantastic tutorial on deploying Flask to AWS EC2! 2. I followed the step-by-step guide, and it was clear and easy to follow. 3. The detailed coverage on setting up the EC2 instance and running the Flask app with Gunicorn was spot on. 4. Your troubleshooting tips and best practices were incredibly helpful. 5. I successfully deployed the app and accessed it as shown in the video. Haha, it worked great! 6. Thanks a lot, man! Your guide was a lifesaver.
How did you navigate to the ec2 user directory in the terminal (at 9:20)? I am on mac and can't figure out how to navigate there to run those commands.
Awesome . Thank you for the tutorial . Facing a Problem . "/" endpoint is working but other endpoints from app.py are now working. What Could be the issue ?
I followed the steps. Can connect via ssh and filezilla. Cant launch the hello world app though. Says the site cant be reached. Ive verified that I am using the correct Public IP adress and have the correct security rule group setup. Anything else I can check?
I ended up just starting from scratch and using a Ubuntu instance. Also used gunicorn and nginx. It works with a simple hello world application , but for a llm AI chatbot application it does not. Do you have any videos on how to build a more complex Python flask AWS application?
Good day sir i need help. I followed every step and it shows that the app is running, however when i go to the browser it says this site can't be reached
@@rajkkapadia i did that sir i followed ur every step. On the terminal its running but wen i go to the browser it says can't reach this side. Please hlp how can i get in contact. I can share my screen for ur assistance
1. Thanks for the fantastic tutorial on deploying Flask to AWS EC2!
2. I followed the step-by-step guide, and it was clear and easy to follow.
3. The detailed coverage on setting up the EC2 instance and running the Flask app with Gunicorn was spot on.
4. Your troubleshooting tips and best practices were incredibly helpful.
5. I successfully deployed the app and accessed it as shown in the video. Haha, it worked great!
6. Thanks a lot, man! Your guide was a lifesaver.
Hi can you help with this i did evry step however on the browser it says can't reach this side
HELPED ME GET MY FIRST APP RUNNING :) THANKS
Thank you very much I was able to deploy my app using this
Awesome. Thank you for the tutorial
Thank you so much sir
I deployed the application but i can't able to access the api in outside of server
how to do the deployment of a python-flask app which is on github?
Set the SSH key generated from the EC2 in GitHub, pull the desired branch, run the application...
tnx man
Thanks dude, you saved my life!
How did you navigate to the ec2 user directory in the terminal (at 9:20)? I am on mac and can't figure out how to navigate there to run those commands.
Use the cd command to change the directory...
Awesome . Thank you for the tutorial . Facing a Problem . "/" endpoint is working but other endpoints from app.py are now working. What Could be the issue ?
I am not sure about the issue, if you can describe the issue in the GitHub repository, I will look into that...
I followed the steps. Can connect via ssh and filezilla. Cant launch the hello world app though. Says the site cant be reached. Ive verified that I am using the correct Public IP adress and have the correct security rule group setup. Anything else I can check?
Check ✔️ of you have exposed the port on which the application is running...
I ended up just starting from scratch and using a Ubuntu instance. Also used gunicorn and nginx. It works with a simple hello world application , but for a llm AI chatbot application it does not. Do you have any videos on how to build a more complex Python flask AWS application?
Hey! Do you know how to setup multiple users to access one llm via flask sessions?
Good day sir i need help. I followed every step and it shows that the app is running, however when i go to the browser it says this site can't be reached
Expose the port on which the application is running, from the security group...
@@rajkkapadia i did that sir i followed ur every step. On the terminal its running but wen i go to the browser it says can't reach this side. Please hlp how can i get in contact. I can share my screen for ur assistance
Hi, how to do this in production env? Like if a user visits the url, then he sees the app? (Without us running the app manually)
You can deploy the application on a server... like Render, there is a video on my UA-cam channel as well...
How do you run the app in daemon mode? What command do you use?
Either you create a Dockerfile or you can run it using -d for daemon mode...
Awesome, do you have a guide on how to connect my domain to the site I uploaded?
I think there is documentation about this on AWS, that will help...
bien
What terminal you are using? Is it Linux or Ubuntu based ? Does any one knows ?
OMG Zsh
@@rajkkapadia how can I get this terminal ?
@@moamenmohameed1346 search for omg Zsh...
How to run it without a port number?
I am not sure you can run a server without a port...
I did all and unable to access my app using the link
It is running in the terminal well but not in the url
Can you please help me
This is a tricky part, you need two things, one public ip address, and two expose the port...
Thanks for your reply. I will try and let you know.
@@rameshlanke5735 Did you do it?
@@rajkkapadia Sir, i did that only to no avail.