EP04: API Gateway vs Load Balancer concepts and usage (AWS config)

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024

ความคิดเห็น • 30

  • @devengupta57
    @devengupta57 6 หลายเดือนก่อน +2

    The way you teach with depth as well as clarity is commendable. Awesome Series. Really liked it.

    • @joy_of_life
      @joy_of_life  6 หลายเดือนก่อน

      Glad you liked it!

  • @justcreate1387
    @justcreate1387 ปีที่แล้ว +1

    Thank you for sharing this information!! Very well described and easy to understand. You are an amazing educator.

    • @joy_of_life
      @joy_of_life  ปีที่แล้ว +1

      Thank you, your comment means a lot to me.

  • @ankitsharma1619
    @ankitsharma1619 ปีที่แล้ว +1

    Subscribed you in first 4 minutes.. hats off to you 👍🏻

    • @joy_of_life
      @joy_of_life  ปีที่แล้ว

      I am glad that you liked it.

  • @sundarshrestha1104
    @sundarshrestha1104 ปีที่แล้ว +1

    Nice video. A question - can load balancer perform authentication like API GW does? At 21:18, you've mentioned ALB can perform authentication if needed.

    • @joy_of_life
      @joy_of_life  ปีที่แล้ว

      Yes, absolutely. Check out this documentation
      docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-authenticate-users.html

  • @hounangogogo
    @hounangogogo ปีที่แล้ว +1

    Hello, thank you for providing such an amazing tutorial. I have a question about service registry. Is Eureka considered a form of client-side service discovery? Are there other methods to achieve this without relying on Eureka? Can Kubernetes or Docker serve as alternatives?

    • @joy_of_life
      @joy_of_life  ปีที่แล้ว +1

      It's server side discovery, client side would return you the URL rather than redirecting you to the appropriate service. There are many solution, eureka is one of them.

  • @sengupta462
    @sengupta462 ปีที่แล้ว +1

    AWS ALB supports ec2 instances, IP addresses and Lambda functions ( apart from Aws elastic beanstalk or Aws ECS Fargate etc.. where AWS ALB is integrated with the service) as Targets. Did not come across any official documentation where an AWS API gateway which is a PAAS service can be an AWS ALB target.. are you referring to some other IAAS based third party API gateway ? Otherwise it is a great video and great work with the entire playlist, deeply appreciated..

    • @joy_of_life
      @joy_of_life  ปีที่แล้ว

      Thanks for your comment. I would try and look for the document and share the same with you.

  • @JardaniJovonovich192
    @JardaniJovonovich192 2 ปีที่แล้ว +2

    Great Video !!
    Thanks for answering the questions. Explanation by demoing in AWS really helped.
    Just a small question, I don't find an option in AWS load balancers to distribute the traffic to API Gateway(s), am I missing something here ?

    • @joy_of_life
      @joy_of_life  2 ปีที่แล้ว +1

      here are the steps:
      1. In the API Gateway console, choose the API you want to integrate with the Application Load Balancer.
      2. In the Resources pane, for Methods, choose the HTTP method that your API uses.
      3. Choose Integration Request.
      4. In the Integration Request pane, for Integration Type, choose HTTP.
      Refer to this documentation for pointing your load balancer to api gateway
      aws.amazon.com/premiumsupport/knowledge-center/api-gateway-application-load-balancers/

  • @ShurGolovin
    @ShurGolovin 2 ปีที่แล้ว +1

    So much of useful information. Thank you!

    • @joy_of_life
      @joy_of_life  2 ปีที่แล้ว

      Glad it was helpful! Your comment means a lot to me.

  • @sandeepbaldawa9146
    @sandeepbaldawa9146 ปีที่แล้ว +1

    Awesome video, thanks a lot!

  • @hattorihanzo8788
    @hattorihanzo8788 5 หลายเดือนก่อน

    Good explanation. But LB and AG seems to be very confused. Should the AG come before the LB or both have the same effect. Can I just delete the AG and just use the LB?

    • @joy_of_life
      @joy_of_life  5 หลายเดือนก่อน

      It depends on scenarios. There is no pre defined rules as such. The call should be made based on the use case.

  • @krishnamishra4876
    @krishnamishra4876 2 ปีที่แล้ว +1

    Awesome work

    • @joy_of_life
      @joy_of_life  2 ปีที่แล้ว

      Thanks, you comment means a lot to me

  • @muhammadharith3103
    @muhammadharith3103 2 ปีที่แล้ว +1

    Hi i have question, is it possible to put API gw in front of LB.?because we have ec2 Cluster benind LB

  • @MegaAnuraggupta
    @MegaAnuraggupta ปีที่แล้ว +1

    Hi , you videos are very helpful , could you please share the link of digram as well.

    • @joy_of_life
      @joy_of_life  ปีที่แล้ว

      It's great that you found the videos helpful, I would check if I still have the diagrams stored or not.

  • @alexanderbikk8055
    @alexanderbikk8055 2 ปีที่แล้ว +1

    Thanks a lot.
    I have a question. How to balance traffic between load balancers :D
    I mean clients still should know wich of two front load balancers should be called.

    • @joy_of_life
      @joy_of_life  2 ปีที่แล้ว

      Interesting question, will share in next video

  • @apoorvjain3011
    @apoorvjain3011 2 ปีที่แล้ว +2

    Nice video 😊.One request can you pls add links to some free resources for taking deeper knowledge of each topic.