Deploy Django app on AWS EC2 with Auto Scaling Group, Load Balancer, Route53, and SSL

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 19

  • @programmer9809
    @programmer9809 Месяц назад +1

    👍

  • @travelsome
    @travelsome 3 месяца назад +1

    Excellent

  • @Anon-atg
    @Anon-atg 7 месяцев назад +1

    Great tutorial, only change would be for the git token no real need to give it that many permissions. All it needs is access to the repo scope - if a bad actor does manage to breach your server which is a bad day anyway, we dont want them being able to slip a backdoor into your repo aswell aha.

    • @CodeWithMuh
      @CodeWithMuh  7 месяцев назад

      Yes, you can create a token based on the permission you need

    • @CodeWithMuh
      @CodeWithMuh  7 месяцев назад

      Thanks for words

  • @rktechnicalpoint4895
    @rktechnicalpoint4895 6 месяцев назад +1

    Thanks a lot sir.

  • @saundaryajain7687
    @saundaryajain7687 4 месяца назад +1

    I followed the same process but not able to serve the static files.
    My application is running and the admin panel is also running but without the css.

    • @CodeWithMuh
      @CodeWithMuh  4 месяца назад

      make sure whitenoise package is installed and added in middleware

    • @CodeWithMuh
      @CodeWithMuh  4 месяца назад

      or send me a message over linkedin

  • @عزامالخالدي-و8ش
    @عزامالخالدي-و8ش 8 месяцев назад +2

    First of all, I want to thank you for your beautiful content, and I love helping others without any compensation. I had a problem. I did everything, but this message "502 Bad Gateway" appears when I run the dns load balancer url in browser
    Thank You

    • @CodeWithMuh
      @CodeWithMuh  8 месяцев назад

      It means your Django application has an error.
      If you need help
      Send me text message on LinkedIn. Add a note when sending connection request on LinkedIn

  • @doubleplusentertainment4170
    @doubleplusentertainment4170 7 месяцев назад +1

    Hi i want to Deploy Django app on AWS EC2 with Auto Scaling Group, Load Balancer, Route53, and SSL also with docker and Kubernetes (please use Docker and Kubernetes)

    • @CodeWithMuh
      @CodeWithMuh  7 месяцев назад

      I will create

    • @CodeWithMuh
      @CodeWithMuh  7 месяцев назад

      ruclips.net/user/liveHkGMxxjBt8g?si=-0SwC8RyOE0YgFZ6

  • @_man.on.strings__
    @_man.on.strings__ 8 месяцев назад

    why dont u use docker to containerize it

    • @CodeWithMuh
      @CodeWithMuh  8 месяцев назад +4

      This video is without docker. With Docker i will upload soon.

    • @backend404
      @backend404 7 месяцев назад +2

      ​@@CodeWithMuhwe will wait brother

  • @maazmachkal3909
    @maazmachkal3909 3 месяца назад

    Ok