Video není dostupné.
Omlouváme se.

How to deploy Python Flask application on AWS EC2 Instance

Sdílet
Vložit
  • čas přidán 18. 08. 2024

Komentáře • 35

  • @practicesession-dn7vv
    @practicesession-dn7vv Před měsícem +2

    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.

  • @sahilamin219
    @sahilamin219 Před 6 měsíci +2

    HELPED ME GET MY FIRST APP RUNNING :) THANKS

  • @maheshkumarsg3436
    @maheshkumarsg3436 Před 9 měsíci +1

    Thank you very much I was able to deploy my app using this

  • @KavinduDharmasiri
    @KavinduDharmasiri Před 4 dny +1

    tnx man

  • @roshan83564
    @roshan83564 Před 10 měsíci +1

    Awesome. Thank you for the tutorial

  • @laxmikantparate8115
    @laxmikantparate8115 Před 7 měsíci +1

    Thank you so much sir

  • @weebandkeeb1834
    @weebandkeeb1834 Před 3 měsíci +1

    Thanks dude, you saved my life!

  • @Maurice-W
    @Maurice-W Před 9 měsíci +1

    bien

  • @dhanasekare6384
    @dhanasekare6384 Před měsícem +1

    I deployed the application but i can't able to access the api in outside of server

  • @teamkuware3647
    @teamkuware3647 Před 7 měsíci +1

    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 ?

    • @rajkkapadia
      @rajkkapadia  Před 6 měsíci

      I am not sure about the issue, if you can describe the issue in the GitHub repository, I will look into that...

  • @willp8681
    @willp8681 Před 6 měsíci +1

    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.

    • @rajkkapadia
      @rajkkapadia  Před 6 měsíci

      Use the cd command to change the directory...

  • @Nature-mh2rh
    @Nature-mh2rh Před 11 měsíci +1

    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)

    • @rajkkapadia
      @rajkkapadia  Před 11 měsíci

      You can deploy the application on a server... like Render, there is a video on my CZcams channel as well...

  • @thenameisnigel
    @thenameisnigel Před 8 měsíci +1

    How do you run the app in daemon mode? What command do you use?

    • @rajkkapadia
      @rajkkapadia  Před 8 měsíci

      Either you create a Dockerfile or you can run it using -d for daemon mode...

  • @user-fd9hq1cx1f
    @user-fd9hq1cx1f Před 6 měsíci +1

    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?

    • @rajkkapadia
      @rajkkapadia  Před 6 měsíci

      Check ✔️ of you have exposed the port on which the application is running...

    • @sysadmin9396
      @sysadmin9396 Před 6 měsíci +1

      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?

    • @sysadmin9396
      @sysadmin9396 Před 5 měsíci +1

      Hey! Do you know how to setup multiple users to access one llm via flask sessions?

  • @DanyMaorMico
    @DanyMaorMico Před rokem +1

    Awesome, do you have a guide on how to connect my domain to the site I uploaded?

    • @rajkkapadia
      @rajkkapadia  Před rokem

      I think there is documentation about this on AWS, that will help...

  • @moamenmohameed1346
    @moamenmohameed1346 Před 5 měsíci +1

    What terminal you are using? Is it Linux or Ubuntu based ? Does any one knows ?

  • @rameshlanke5735
    @rameshlanke5735 Před rokem +1

    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

    • @rajkkapadia
      @rajkkapadia  Před rokem

      This is a tricky part, you need two things, one public ip address, and two expose the port...

    • @rameshlanke5735
      @rameshlanke5735 Před rokem

      Thanks for your reply. I will try and let you know.

    • @djohnworthy1040
      @djohnworthy1040 Před rokem

      @@rameshlanke5735 Did you do it?

    • @biswajitdash910
      @biswajitdash910 Před 2 měsíci +1

      @@rajkkapadia Sir, i did that only to no avail.

  • @iwillbeback101
    @iwillbeback101 Před 11 měsíci +1

    How to run it without a port number?

    • @rajkkapadia
      @rajkkapadia  Před 11 měsíci

      I am not sure you can run a server without a port...

  • @nameisramm
    @nameisramm Před 8 měsíci +1

    send me your repository