Deploying ASP.NET Core Web Apps on AWS Elastic Beanstalk

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 27. 07. 2024
  • In this video, we will guide you through the process of deploying ASP.NET Core Web Apps on AWS Elastic Beanstalk.
    Are you an ASP.NET developer looking to host your web application on a scalable and reliable cloud platform? Look no further! AWS Elastic Beanstalk provides a fully managed environment for deploying and running your ASP.NET Core applications with ease.
    In this tutorial, we will start by explaining the basics of AWS Elastic Beanstalk and its benefits for hosting your ASP.NET Core applications. We'll walk you through the step-by-step process of setting up your AWS environment, including creating an Elastic Beanstalk application and configuring the necessary resources.
    Notion link - resonant-cement-f3c.notion.si...
    Chapters:
    00:00 Introduction
    00:44 Basics of Elastic Beanstalk
    06:20 Estimating Monthly Costing
    08:19 Step 1 - Creating an Elastic Beanstalk application
    16:05 Step 2 - Configure Visual Studio with AWS Toolkit
    18:04 Step 3 - Deploying ASP.NET Core app from Visual Studio
    22:07 Step 4 - Blue Green deployment
    27:18 Call to action
    Additional Watch
    đŸ“șBuilding Serverless .NET APIs using AWS Lambda, Amazon API Gateway, and Amazon Cognito ‱ Building Serverless .N...
  • Věda a technologie

Komentáƙe • 11

  • @MuhammadUsman-lp4sm
    @MuhammadUsman-lp4sm Pƙed 12 dny

    Great tutorial, very well explained!

  • @bosesk
    @bosesk Pƙed 5 měsĂ­ci

    Awesome Video, Thank You

  • @boxerbhai5282
    @boxerbhai5282 Pƙed měsĂ­cem

    Nice vdo
    But what about with High availability? Show setting up with high availability with setting up all autoscsling, ALB, ETC... and what about custom with swapping dev and prod?
    Thanks 👍

  • @richarde.normus8563
    @richarde.normus8563 Pƙed 6 měsĂ­ci

    Very helpful, thank you

  • @chandraprakashvariyani-cp6489

    Quite helpful

  • @athena76308
    @athena76308 Pƙed 10 měsĂ­ci

    Thanks man

  • @shashikant2011
    @shashikant2011 Pƙed 11 měsĂ­ci

    Hi, I followed your video but stuck at aws tool kit integration, in aws explorer in VS 2022 under AWS Elastic Beanstalk there is no instance showing , I have already created and new user and logged in aws toolkit with the generated credentials. plz help

    • @coderjony9694
      @coderjony9694  Pƙed 11 měsĂ­ci

      Did you select the right region?

    • @prophetpool
      @prophetpool Pƙed 11 měsĂ­ci

      I had this issue at first too, my Elastic Beanstalk sample instance wasn't showing, I had to add "AdministratorAccess" to the user we create in this video. I went to IAM -> Users -> Add Permissions -> [create permissions group and select "AdministratorAccess" to add it]
      Overall, I believe you are just missing the Admin Access on your IAM user, hope this helps :)
      Edit: don't forget to refresh your AWS Explorer list in Visual Studio after adding the permissions

  • @rajon69
    @rajon69 Pƙed 5 měsĂ­ci

    Do u know how can we deploy .net8 from elastic beanstalk?

    • @coderjony9694
      @coderjony9694  Pƙed 5 měsĂ­ci

      You can use .NET self-contained deployment until AWS releases a .NET 8 runtime for Elastic Beanstalk.