Migrating Monolithic applications to Microservices using AWS ECS

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • This project will walk you through the process of decoupling a monolithic application and migrating it to a microservices architecture application. Here are the steps followed:
    Prerequisites
    Have docker installed Have the aws cli working
    Steps
    * Create Monolithic applications and push it to ECR
    * Deploy monolithic applications to ECS
    * Decouple services and create three images and push to ecr
    * Deploy *microservices to three tasks in ECS Verify that it works
    Link to codebase: github.com/Pri...
    #devops #aws #innovation #cicd #microservices #monolithic #applications #python #nodejs #how #howto #primuslearning

КОМЕНТАРІ • 10

  • @Aolax_store
    @Aolax_store Рік тому

    Awesome tutorial... I love the pace at which you teach, makes it easy to grab. thanks

    • @primuslearning4235
      @primuslearning4235  11 місяців тому

      You're welcome Aolax_store. We really appreciate your comments.

  • @silafe6958
    @silafe6958 11 місяців тому

    This is a great one. Thanks Prof

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

    Great explanation. How would inter-service communication work over a different protocol like grpc?

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

      gRPC is widely used for communication between internal microservices majorly due to its high performance and its polyglot nature. It uses HTTP/2 as its transfer protocol and inherits the benefits like binary framing from HTTP/2. I didn't consider it for this scenario and could probably work well. Will take a look at it.

  • @nonosfilmfiesta
    @nonosfilmfiesta Рік тому

    Thank you sir

  • @ngweleonardbequicke2814
    @ngweleonardbequicke2814 Рік тому

    THANKS