- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
任何人都知道如何 ELB
如果我注册多个 EC2
将分发请求不同大小的实例。说一 m1.medium
, 一 m1.large
和一个 m1.xlarge
.
如果我注册EC2
会不会不一样相同大小的实例?如果是,那么如何?
最佳答案
这是一个相当复杂的话题,主要是由于 Amazon ELB路由文档不存在,因此需要组合一些部分才能得出结论 - 请参阅我对相关问题的回答 Can Elastic Load Balancers correctly distribute traffic to different size instances进行详分割析,包括我所知道的所有引用资料。
对于手头的问题,我认为可以归结为 AWS 团队在 2009 年对 ELB Strategy 的回答有些含糊。 :
ELB loosely keeps track of how many requests (or connections in the case of TCP) are outstanding at each instance. It does not monitor resource usage (such as CPU or memory) at each instance. ELB currently will round-robin amongst those instances that it believes has the fewest outstanding requests. [emphasis mine]
关于amazon-ec2 - Amazon ELB 如何将请求分发到不同实例类型的 Amazon EC2 实例?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15789166/
我是一名优秀的程序员,十分优秀!