4 Easy Steps to Deploy Your Microservices Architecture With AWS ECS

Поділитися
Вставка
  • Опубліковано 10 гру 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
    My Desktop:
    • Laptop: Macbook Pro 16' 2019
    • Gaming Chair: amzn.to/47Vu6ed
    • Mouse: amzn.to/3HoBwM1
    • Desk: amzn.to/48Tc5Oi
    • Screen: amzn.to/48VZkCL
  • Наука та технологія

КОМЕНТАРІ • 25

  • @sasidharansivaprakasam3085
    @sasidharansivaprakasam3085 Рік тому +2

    Great explanations. Thanks for the video

  • @programmierenabisz4664
    @programmierenabisz4664 13 днів тому

    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 Рік тому +2

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

  • @TechSolnxs
    @TechSolnxs 9 місяців тому

    Good explanation 👏

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

    Thanks a lot ✌

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

    Awesome

  • @discover_with_her
    @discover_with_her 7 місяців тому

    great

  • @kaylangenberg7107
    @kaylangenberg7107 Рік тому +1

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

    • @TheDevWorldbySergioLema
      @TheDevWorldbySergioLema  Рік тому +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 Рік тому +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!

  • @cloud_Engineer
    @cloud_Engineer 7 місяців тому

    Is process remains same for production level application also??

    • @TheDevWorldbySergioLema
      @TheDevWorldbySergioLema  7 місяців тому

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

  • @caffeinejavacode1475
    @caffeinejavacode1475 9 днів тому

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

    • @TheDevWorldbySergioLema
      @TheDevWorldbySergioLema  9 днів тому

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

  • @sidimohamedelhamed4419
    @sidimohamedelhamed4419 5 місяців тому

    Thanks please a video like that using terraform

    • @TheDevWorldbySergioLema
      @TheDevWorldbySergioLema  5 місяців тому

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

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

    Awesome