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

Highlights of this episodes:
- Load balancer config (AWS)
- Basics of API gateway
- AWS config (AWS)
- Design refactoring
- Answered question from last video
-- ALB vs NLB, AWS ALB config, Storing data on Load Balancer
Episode 27: Understanding & configuring discovery service using Netflix Eureka
• Episode 27: Understand...
nginx config
www.nginx.com/resources/wiki/...

Пікірлер: 30

  • @devengupta57
    @devengupta574 ай бұрын

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

  • @joy_of_life

    @joy_of_life

    4 ай бұрын

    Glad you liked it!

  • @ShurGolovin
    @ShurGolovin2 жыл бұрын

    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.

  • @justcreate1387
    @justcreate1387 Жыл бұрын

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

  • @joy_of_life

    @joy_of_life

    Жыл бұрын

    Thank you, your comment means a lot to me.

  • @krishnamishra4876
    @krishnamishra48762 жыл бұрын

    Awesome work

  • @joy_of_life

    @joy_of_life

    2 жыл бұрын

    Thanks, you comment means a lot to me

  • @sandeepbaldawa9146
    @sandeepbaldawa9146 Жыл бұрын

    Awesome video, thanks a lot!

  • @joy_of_life

    @joy_of_life

    Жыл бұрын

    Glad you liked it!

  • @ankitsharma1619
    @ankitsharma1619 Жыл бұрын

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

  • @joy_of_life

    @joy_of_life

    Жыл бұрын

    I am glad that you liked it.

  • @sengupta462
    @sengupta46210 ай бұрын

    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

    10 ай бұрын

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

  • @JardaniJovonovich192
    @JardaniJovonovich1922 жыл бұрын

    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 жыл бұрын

    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/

  • @hounangogogo
    @hounangogogo9 ай бұрын

    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

    9 ай бұрын

    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.

  • @sundarshrestha1104
    @sundarshrestha1104 Жыл бұрын

    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

  • @alexanderbikk8055
    @alexanderbikk80552 жыл бұрын

    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

  • @MegaAnuraggupta
    @MegaAnuraggupta Жыл бұрын

    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.

  • @muhammadharith3103
    @muhammadharith31032 жыл бұрын

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

  • @joy_of_life

    @joy_of_life

    2 жыл бұрын

    yes you can do that

  • @apoorvjain3011
    @apoorvjain30112 жыл бұрын

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

  • @joy_of_life

    @joy_of_life

    2 жыл бұрын

    Sure I will

  • @hattorihanzo8788
    @hattorihanzo87883 ай бұрын

    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

    3 ай бұрын

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