AWS计算器,ELB处理的数据
AWS calculator, data processed by ELB
谁能解释一下 AWS 计算器 (http://calculator.s3.amazonaws.com/index.html) 中的 "Total Data Processed by all ELBs" 是什么。
- "data processed" 到底是什么意思?
- 算什么? Headers ? Body ?
- HTTP POST 文件上传怎么样?
费用是...
the data transferred through the Elastic Load Balancer
那将是请求和响应、headers 和正文、上传和下载,并且可能是 TCP 的相关开销。
谁能解释一下 AWS 计算器 (http://calculator.s3.amazonaws.com/index.html) 中的 "Total Data Processed by all ELBs" 是什么。
- "data processed" 到底是什么意思?
- 算什么? Headers ? Body ?
- HTTP POST 文件上传怎么样?
费用是...
the data transferred through the Elastic Load Balancer
那将是请求和响应、headers 和正文、上传和下载,并且可能是 TCP 的相关开销。