- Implementing Cloud Design Patterns for AWS(Second Edition)
- Sean Keery Clive Harber Marcus Young
- 79字
- 2021-06-24 15:11:58
Health checks
The other great item the AWS load balancers provide is a health checking feature. In our previous small-scale example, there is only one instance. The load balancer checks every thirty seconds for a valid response from the HTTP port. If three checks fail, it removes the instance from the pool. This helps to insulate us from any individual faults in our services. This works a lot better when we have multiple instances attached to our load balancer.
推薦閱讀
- Learn Helm
- WindowsServer2012Hyper-V虛擬化部署與管理指南
- 操作系統(tǒng)基礎(chǔ)與實(shí)踐:基于openEuler平臺(tái)
- 嵌入式Linux系統(tǒng)開(kāi)發(fā):基于Yocto Project
- Alfresco 4 Enterprise Content Management Implementation
- Linux網(wǎng)絡(luò)內(nèi)核分析與開(kāi)發(fā)
- Windows Phone 8 Application Development Essentials
- 無(wú)蘋(píng)果不生活 The New iPad隨身寶典
- Application Development in iOS 7
- Linux內(nèi)核修煉之道
- Linux內(nèi)核分析及應(yīng)用
- CSS揭秘
- Windows 8完全自學(xué)手冊(cè)
- Responsive Web Design by Example:Beginner's Guide(Second Edition)
- 微信小程序項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn):用WePY、mpvue、Taro打造高效的小程序