什麼是Elastic Load Balancer (ELB)【AWS中的概念】
ELB is a highly available managed load balancer. The ELB exists in all AZs. It’s a single DNS endpoint for your application. Just put it in Route 53 and it will load balance across your web host instances.
The ELB has Health Checks that make sure traffic doesn’t flow to failed hosts.
It scales without your doing anything. If it sees additional traffic it scales behind the scenes both horizontally and vertically. You don’t have to manage it. As your applications scales so is the ELB.
相關文章
- 彈性負載均衡(Elastic Load Balance,ELB)負載AST
- Azure Load Balancer : 簡介
- Azure Load Balancer : 支援 IPv6
- 【Oracle概念】-SCN是什麼Oracle
- 概念架構是什麼架構
- 01-什麼是概念?
- Azure Load Balancer : 動態擴充套件套件
- javascript中直接量的概念是什麼JavaScript
- 在Linux中,檔案系統概念是什麼?Linux
- 物聯網是什麼意思?物聯網概念是什麼?
- Elastic Stack基礎概念AST
- 在Google的GKE上建立支援Internal Load Balancer的ServiceGo
- 低程式碼的概念和目的是什麼?
- 區塊鏈的概念定義是什麼區塊鏈
- Linux中程式間通訊是什麼概念?目的是什麼?Linux
- 在Linux中,Docker和容器虛擬概念是什麼?LinuxDocker
- 使用配置檔案自定義AWS Elastic BeanstalkASTBean
- 給家庭 k8s 叢集用的 External Load BalancerK8S
- 大家說說oracle引入extent概念的目的是什麼?Oracle
- mysql中的“=”是什麼意思MySql
- [譯] JavaScript中的“this”是什麼?JavaScript
- MYSQL中的COLLATE是什麼?MySql
- HTML中的塊是什麼?HTML
- HTML中的框架是什麼?HTML框架
- java 中/**是什麼Java
- 雲、CDN、IDC三個概念的區別是什麼
- 區塊鏈概念股是什麼意思?概念股有哪些?區塊鏈
- linux系統中監聽埠概念是什麼?Linux
- 什麼是AOP系列之一:AOP概念解析(轉)
- 什麼是 bootstrap 中的 break pointboot
- python中的input是什麼Python
- python中的字典是什麼Python
- Django中的模板渲染是什麼Django
- JS 中的閉包是什麼?JS
- HTML中的實體是什麼?HTML
- Rust 中的 Trait 是什麼RustAI
- Python中什麼是閉包?閉包的好處是什麼?Python
- Azure Load Balancer(一) 為我們的Web專案提供負載均衡Web負載