About 170,000 results
Open links in new tab
  1. Can I use AWS API Gateway instead of an application load balancer?

    Jan 24, 2024 · Lambda would be a better fit. There's no super convenient way, other than a persistent load balancer, to get from an API gateway to the endpoint of a particular fargate …

  2. Difference between Classic and Elastic Load Balancer

    Oct 9, 2018 · You seem to have your terms confused. There are three types of AWS Elastic Load Balancers: Classic Load Balancer, Application Load Balancer, and Network Load Balancer. …

  3. load balancing - Route traffic based on HTTP headers - Stack …

    Nov 23, 2022 · routes load-balancing amazon-route53 aws-application-load-balancer system-design edited Nov 27, 2022 at 12:32 asked Nov 23, 2022 at 19:53 Kapil Khandelwal

  4. How to create only internal load balancer with ingress-nginx chart?

    Apr 21, 2021 · According to documentation, this setup creates two load balancers, an external and an internal, in case you want to expose some applications to internet and others only …

  5. EKS ALB is not to able to auto-discover subnets - Stack Overflow

    Feb 4, 2021 · I was facing the same issue, apparently due to region not being configured correctly for aws-load-balancer-controller. To verify if aws-load-balancer-controller is configured …

  6. AWS Elastic Load Balancer and multiple availability zones

    Jul 11, 2012 · The following excerpt is extracted from Overview of Elastic Load Balancing: Incoming traffic is load balanced equally across all Availability Zones enabled for your load …

  7. Does AWS load-balance connections between master and read …

    Jul 25, 2019 · I created a read-replica for an RDS instance, Does AWS handles the load-balancing automatically or it needs another configuration or implementation in the code ? and …

  8. AWS Network Load Balancer without Target in every AZ

    Sep 16, 2020 · 3 In the AWS Network Load Balancer documentation it says that when specifying instances for a Target Group that it must include an instance in every AZ that the Load …

  9. Service discovery vs load balancing - Stack Overflow

    Oct 14, 2015 · AWS ELB and Eureka differ at many points: Edge Services vs Mid-tier Services AWS ELB is a load balancing solution for edge services exposed to end-user web traffic. …

  10. How AWS ECS works with multiple availability zones

    Feb 23, 2023 · For both Load Balancer endpoints to work, you must enable Cross-Zone-Load-Balancing. This will enable the Load Balancer in the AZ that doesn't have a backend node to …