Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
用户是否为在 AWS DocumentDB 中返回 NOT FOUND 的请求付费?如果不是,从 AWS 的角度来看,为什么?(AWS 定价页面列出每个 IO 费率的价格。不确定这是否会被视为有效 IO)
返回 NOT_FOUND 的请求是有效的 IO。您仍在发出请求(IO 中的 I),并且您得到响应(IO 中的 O),即使它是否定响应。
——</p>
我能想到的唯一可能不向请求收费的情况是连接在等待响应时超时,或者类似的错误——但这完全是我自己的猜测。