Difference between revisions of "Application Load Balancer (ALB)"

From wikieduonline
Jump to navigation Jump to search
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
[[wikipedia:Application Load Balancer]]operates at the request level (layer 7), routing traffic to targets (EC2 instances, containers, IP addresses, and Lambda functions) based on the content of the request. <ref>https://aws.amazon.com/elasticloadbalancing/application-load-balancer/</ref>
 
[[wikipedia:Application Load Balancer]]operates at the request level (layer 7), routing traffic to targets (EC2 instances, containers, IP addresses, and Lambda functions) based on the content of the request. <ref>https://aws.amazon.com/elasticloadbalancing/application-load-balancer/</ref>
 +
 +
* ALB prices start at $17/month without considering additional cost per [[traffic]]
 +
* [[Quotas]]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html
 +
 +
 +
== News ==
 +
* Nov 2019 [[Application Load Balancer now supports Least Outstanding Requests algorithm for load balancing requests]]
  
 
== Related terms ==
 
== Related terms ==
* [[AWS Application Load Balancer (ALB)]]
+
* [[AWS Application Load Balancer (ALB)]]: <code>[[AWS::ElasticLoadBalancingV2]]::[[LoadBalancer]]</code>, <code>[[aws_lb]]</code> ([[Terraform]])
 +
* [[Amazon Elastic Load Balancer (ELB)]]
 
* [[OSI model]]: [[Layer 7]]
 
* [[OSI model]]: [[Layer 7]]
* [[ELB]]
 
 
* [[Load balancer (Networking)]]
 
* [[Load balancer (Networking)]]
* <code>[[AWS::ElasticLoadBalancingV2::LoadBalancer]]</code>
 
 
* [[URL redirection]]
 
* [[URL redirection]]
 +
* [[AWS Global Accelerator]]
 +
* [[ALB metrics]]
 +
* [[Terraform module: alb-ingress-controller]]
 +
* K8s [[ingresClassName]]
 +
* [[Static IP address]]
 +
* [[Websockets]]
 +
* <code>[[kubernetes.io/ingress.class]]</code>
 +
* <code>[[alb.ingress.kubernetes.io]]</code>
 +
* <code>[[X-Forwarded-For]]</code>
  
==See also==  
+
== See also ==  
 
* {{aws elbv2}}
 
* {{aws elbv2}}
 
* {{AWS Networking}}
 
* {{AWS Networking}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 10:20, 19 July 2024

wikipedia:Application Load Balanceroperates at the request level (layer 7), routing traffic to targets (EC2 instances, containers, IP addresses, and Lambda functions) based on the content of the request. [1]


News[edit]

Related terms[edit]

See also[edit]

  • https://aws.amazon.com/elasticloadbalancing/application-load-balancer/
  • Advertising: