AWS calculator, data processed by ELB

谁都会走 提交于 2019-12-11 02:28:37

问题


Can somebody explain what is a "Total Data Processed by all ELBs" in AWS calculator(http://calculator.s3.amazonaws.com/index.html).

  • What exactly "data processed" means ?
  • What is counted ? Headers ? Body ?
  • What about HTTP POST file uploads ?

回答1:


The charge is for...

the data transferred through the Elastic Load Balancer

http://aws.amazon.com/elasticloadbalancing/pricing

That would be requests and responses, headers and bodies, uploads and downloads, and presumably the associated overhead of TCP.



来源:https://stackoverflow.com/questions/30100620/aws-calculator-data-processed-by-elb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!