Algorithms supported :
Currently Amazon ELB only supports Round Robin(RR) and Session Sticky Algorithms in its portfolio. Round Robin algorithm can be used for load balancing traffic between
- Web/App EC2 instances deployed under Amazon ELB which are designed stateless
- Web/App EC2 instances deployed under Amazon ELB which synchronizes the state between them using Unicast TCP
- Web/App EC2 instances deployed under Amazon ELB which synchronizes the state using common data stores like MemCached , ElastiCache , Database etc.
- Web/App EC2 instances deployed under Amazon ELB which are designed to be statefull
Protocols supported :
Currently Amazon ELB only supports following protocols: HTTP, HTTPS (Secure HTTP), SSL (Secure TCP) and TCP protocols. ELB supports load balancing for the following TCP ports: 25, 80, 443, and 1024-65535. In case RTMP or HTTP Streaming protocol is needed, we need to use Amazon CloudFront CDN in your architecture.
No comments:
Post a Comment