In AWS, for ELBs (Elastic Load Balancers), if you need to have intelligent routing, based on things like url paths and http headers, you would choose an [...] Load Balancer.
Answer
Application Load Balancer
^^ In ALB you group your target EC2 instances (or Lambdas, etc) into Target Groups, and then setup complex routing rules (based on url paths, http headers, etc) to route to the correct group.
Eg. you can have one Target Group for your English language webserver, and one for your French webservers
Question
In AWS, for ELBs (Elastic Load Balancers), if you need to have intelligent routing, based on things like url paths and http headers, you would choose an [...] Load Balancer.
Answer
?
Question
In AWS, for ELBs (Elastic Load Balancers), if you need to have intelligent routing, based on things like url paths and http headers, you would choose an [...] Load Balancer.
Answer
Application Load Balancer
^^ In ALB you group your target EC2 instances (or Lambdas, etc) into Target Groups, and then setup complex routing rules (based on url paths, http headers, etc) to route to the correct group.
Eg. you can have one Target Group for your English language webserver, and one for your French webservers
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.