4 Easy Steps to Deploy Your Microservices Architecture With AWS ECS

Sdílet
Vložit
  • čas přidán 10. 12. 2022
  • In this video I show how to deploy a microservices architecture to AWS ECS. In 4 easy steps, which can be done from a CI/CD platform. All the components used will be described while using them.
    This video belongs to a playlist where I show multiple ways to deploy application to AWS: • How to Easily Deploy a...
    Content:
    * Create a load balancer and a target group in AWS;
    * Create an ECS cluster in AWS;
    * Create ECS Tasks definitions and revisions;
    * Run and update ECS Tasks in an ECS cluster.
    My NEW eBook: sergiolema.dev/git-book/
    Blog: bit.ly/47ornJL
    LinkedIn: bit.ly/41Nn61q
    Facebook: bit.ly/47rc9nh
    Boost your APIs with API Monitor: bit.ly/4d7C0ny
  • Věda a technologie

Komentáře • 25

  • @sasidharansivaprakasam3085

    Great explanations. Thanks for the video

  • @programmierenabisz4664
    @programmierenabisz4664 Před měsícem

    Thank you so much, man, i am currently looking your second video and again it made so much clear for me. AWS was a misterum for me. So many features and things you can do there but you bring it to the point. Exactly the information you need for starting with AWS. Of course this YT channel is in my abos since now!

  • @yooos3
    @yooos3 Před rokem +2

    Exactly what I was looking for! Thank you so much!

  • @TechSolnxs
    @TechSolnxs Před 9 měsíci

    Good explanation 👏

  • @YashdeepShetty
    @YashdeepShetty Před rokem

    Thanks a lot ✌

  • @lannisnguyen
    @lannisnguyen Před rokem

    Awesome

  • @discover_with_her
    @discover_with_her Před 7 měsíci

    great

  • @kaylangenberg7107
    @kaylangenberg7107 Před rokem +1

    Hey Sergio, thank you for the good explanation. What were the costs of this set up per month? (~) Thanks!!

    • @TheDevWorldbySergioLema
      @TheDevWorldbySergioLema  Před rokem +1

      I've used the t2.micro instance type, and I'm in the first year, so it's in the free eligible tier: I pay nothing per month.
      In the second year, having a t2.micro running 24/7 costs around 10$ per month. But a t2.micro is a very small instance. You should check what CPU and RAM do you need and the costs: aws.amazon.com/ec2/pricing/on-demand/

    • @kaylangenberg7107
      @kaylangenberg7107 Před rokem +1

      @@TheDevWorldbySergioLema Thanks Sergio! Already took a look this morning, was curious what your set up costed if running. Thanks anyway! Keep up to good work!

  • @caffeinejavacode1475
    @caffeinejavacode1475 Před měsícem

    how to deploy service A and service B and make REST communication between them

    • @TheDevWorldbySergioLema
      @TheDevWorldbySergioLema  Před měsícem

      You have to configure the Security groups: which one has access to internet; which one can request the other.

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

    Thanks please a video like that using terraform

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

      I've never worked with Terraform.
      But I will try to do a version more DevOps oriented

  • @cloud_Engineer
    @cloud_Engineer Před 7 měsíci

    Is process remains same for production level application also??

    • @TheDevWorldbySergioLema
      @TheDevWorldbySergioLema  Před 7 měsíci

      For production configurations, I use the same configuration
      For production releases, I use a CI/CD to run those commands instead of manually.

  • @lannisnguyen
    @lannisnguyen Před rokem

    Awesome