Amazon AWS API网关是否对失败的请求收费?(HTTP状态不在200-299)



Amazon AWS API网关,即HTTP API网关(不是Lambda函数),对失败的请求收费?也就是说,这样的请求使其通过目的地,但返回代码不是HTTP 200-299?

把它放在上下文中,我试图确定如果给定一个"坏人";如果域名所有者使用AWS HTTP API网关,那么创建while true; curl http://i-dont-like.com/dummy; done脚本可能会导致巨额AWS费用。

AWS文档上写着-Pay only for the API calls you receive and the amount of data transferred out- https://aws.amazon.com/api-gateway/pricing/-所以实际上,您也在为4xx和5xx请求付费。

你能做的是建立一个WAF并创建一个规则来阻止这种行为。https://aws.amazon.com/blogs/compute/protecting-your-api-using-amazon-api-gateway-and-aws-waf-part-i/

相关内容

  • 没有找到相关文章

最新更新