Easily Deploy Your .NET Applications With Amazon ECS and Fargate

Поділитися
Вставка
  • Опубліковано 8 лют 2025

КОМЕНТАРІ • 37

  • @MilanJovanovicTech
    @MilanJovanovicTech  4 місяці тому +32

    Get the source code for this video for FREE → the-dotnet-weekly.ck.page/aws-ecs
    Want to master Clean Architecture? Go here: bit.ly/3PupkOJ
    Want to unlock Modular Monoliths? Go here: bit.ly/3SXlzSt

    • @dieterstreck5582
      @dieterstreck5582 4 місяці тому +5

      Thanks Milan for the great videos. Would you please do one for Digital Ocean?

  • @vvincent22
    @vvincent22 4 місяці тому +21

    How do we deploy multiple containers or deploying using docker compose. A good example can be How do we deploy the Modular Monoliths that contains multiple containers.

    • @MilanJovanovicTech
      @MilanJovanovicTech  4 місяці тому +5

      Great idea for a future video

    • @pilotboba
      @pilotboba 4 місяці тому +3

      You wouldn't really use Docker Compose. You should use cloud formation or terraform. Generally with multiple containers you would define an ECS service. A service can contain multiple tasks (containers) and also auto scaling and other rules for orchestration.
      Doing stuff with the console is really more for dev stuff or learning/testing things.

    • @antukumar382
      @antukumar382 4 місяці тому +1

      😊😊
      😊

    • @ravindurasanjana4247
      @ravindurasanjana4247 Місяць тому

      @@MilanJovanovicTech It would be greate if you could demonstrate how to deploy multiple containers in Azure, whether for a microservice architecture or a modular monolith.

  • @MatheusLB2009
    @MatheusLB2009 4 місяці тому +1

    Would love to see more Azure instead of AWS content, not that there's anything wrong with AWS but .NET docs use only Azure examples, they kinda are expected to go together

  • @digitnomad
    @digitnomad 2 місяці тому

    As you know, you can build docker images programatically with Terraform. then a shell command pushes it to ECR automatically.

  • @ravindurasanjana4247
    @ravindurasanjana4247 Місяць тому

    It would be helpful if you could demonstrate how to deploy multiple containers in Azure, whether for a microservice architecture or a modular monolith.

  • @shoooozzzz
    @shoooozzzz 4 місяці тому +2

    why did Milan select "Task" instead of "Service"?
    Task's are standalone, run once and terminate.. Whereas Services are for things like a CRUD API... which is what he's demoing

  • @fleems930
    @fleems930 3 місяці тому

    Hi,Thanks for the fantastic video. Can you do another one with Azure as well?

  • @sunzhang-d9v
    @sunzhang-d9v 4 місяці тому

    Do you want to dynamically add containers based on the number of visits?

  • @ahimachaliboy162
    @ahimachaliboy162 4 місяці тому

    Hi Milan, can you provide a video in which we restrict extra fields in json payload in c#

  • @nouchance
    @nouchance 4 місяці тому

    “Hello Milan! A question for you: why don’t you use macOS or Linux for .NET development?”

  • @karthikkeyan4460
    @karthikkeyan4460 4 місяці тому +2

    Excellent video. One question though. What about CORS ? I didn't see it being mentioned anywhere in the services / middleware pipeline.

  • @natancolleoni
    @natancolleoni 4 місяці тому +1

    How can we automate that deploy through github actions?

    • @MilanJovanovicTech
      @MilanJovanovicTech  4 місяці тому +1

      You could use the Docker CLI / AWS CLI like I did here. There's also: aws.github.io/aws-dotnet-deploy/

  • @DeejayMAK11
    @DeejayMAK11 4 місяці тому

    @MilanJovanovicTech How do I automate this process? It seems like it will be quite complicated to build a pipeline to automate this process.

    • @pilotboba
      @pilotboba 4 місяці тому

      With cloud formation or terraform. You ci can create or update the cfn stack with all the information needed to automate.

    • @MilanJovanovicTech
      @MilanJovanovicTech  4 місяці тому +1

      Looks like I need to make a CI video for AWS

    • @pilotboba
      @pilotboba 4 місяці тому

      @@MilanJovanovicTech Maybe on cloud formation or the new kid CDK. We are moving to terraform so not using the CDK. But would solve some issues we've had.

    • @augustbryanflorese8882
      @augustbryanflorese8882 3 місяці тому

      Yes would appreciate a CI CD followup of this topic!

  • @lightknight876
    @lightknight876 4 місяці тому +1

    CORS?!!