-
AutoScaling vs Load Balancing카테고리 없음 2023. 2. 8. 11:03
오토 스케일링(Auto Scaling) 이란 서버에 부하가 발생할 때, 자동적으로 서버 수를 늘려 부하를 분산하는 방식입니다. Load Balancing 은 들어오는 요청을 여러 서버로 분산해 주는 역할입니다.
AutoScaling : process of launching (scaling out) and terminating(scaling in) instances based on the traffic demand for your application. You create collections of EC2 instances, called Auto Scaling Group.
Load Balancing
automatically distributes incoming traffic accross multiple targets. ELB can ahndle the varying load of your application traffic in a single Availability Zone or acrross multiple Zones.
종류 : L4 Load Balancing, L7 Load Balancing
Layer 4 load balancing operates at the intermediate transport layer, which deals with delivery of messages with no regard to the content of the messages.
Layer 7 load balancing operates at the high level application layer, which deals with the actual content of each message.[AWS] EC2 Linux 서버 Load Balancing 과 Auto Scaling 설정하기
Auto Scaling 과 Load Balancing 오토 스케일링(Auto Scaling) 이란 서버에 부하가 발생할 때, 자동적으로 서버 수를 늘려 부하를 분산하는 방식입니다. Load Balancing 은 들어오는 요청을 여러 서버로 분산해
mozi.tistory.com
반응형