Load Balancer Stickiness

2020. 2. 5. 13:33스터디/AWS Study

It is possible to implement stickiness so that the same client is always redirected to the same instance behind a load balancer

This works for Classic Load Balancers & Application Load Balaners

The "cookie" used for stickiness has an expiration date you control

Use case: make sure the user doesn't lose his session data

-> without this when you talk to another server, you will lose your state

Enabling stickiness may bring imbalance to the load over the backend EC2 instances

 

'스터디 > AWS Study' 카테고리의 다른 글

마이크로서비스란?  (0) 2020.02.08
Load Balancers for Solutions Architect  (0) 2020.02.05
Load Balancing  (0) 2020.02.02
Scalability & High Availability  (0) 2020.02.02
EC2 for Solutions Architects  (0) 2020.02.02