1. Sticky Sessions (Session Affinity)๊ณ ์ ์ธ์ ๋๋ ์ธ์ ๋ฐ์ ์ฑIt is possible to implement stickiness so that the same client is alwyas redirected to the same instance behind a load balancerThis works for Classic Load Balancers & Application Load BalancersThe "cookie" used for stickiness has an expiration date you control Use case: make sure the user doesn't lose his session dataEnabling stickiness may bri..
1. Scalability & High AvailabilityScalability(ํ์ฅ์ฑ) means that an application / system can handle greater loads by adapting.There are two kinds of scalability - Vertical Scalability - Horizontal Scalability (=elasticity) ํ๋ ฅ์ฑ, ์ํ ํ์ฅ์ฑScalability is linked but different to High Availability ( ํ์ฅ์ฑ != ๊ณ ๊ฐ์ฉ์ฑ)2. Vertical Scalability - ์์ง ํ์ฅ์ฑVertically scalability means increasing the size of the instanc..