How to interpret Websocket API Connection Minutes Pricing

0

https://aws.amazon.com/api-gateway/pricing/

It is said:

$0.25 per million connection minutes

So if you have 1million users that all are connected to the websocket api, then it would cost 0.25$ per minute.

And if you have only 10 users that all are connected to the websocket api, then it would cost $(0.25*10)/1,000,000 per minute.

So basically, the formula is:

$(0.25*x)/1,000,000 , where x is the number of active users

Correct?

已提问 5 个月前62 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则