简体   繁体   English

AWS SNS定价

[英]AWS SNS Pricing

I have some questions about AWS SNS pricing. 我对AWS SNS定价有一些疑问。

https://aws.amazon.com/sns/pricing/ https://aws.amazon.com/sns/pricing/

Includes publish, topic owner operations, and subscriber operations, but not deliveries 包括发布,主题所有者操作和订阅者操作​​, 但不包括传递

I am sending push notification to device. 我正在将推送通知发送到设备。

  1. Is it counted as 2 operations? 它算作2次作业吗? Sending + deleivery? 发送+欺骗?

Includes publish, topic owner operations, and subscriber operations , but not deliveries 包括发布,主题所有者操作和订阅者操作 ,但不包括传递

  1. Get or list are counted as operations? 获取或列出都算作操作?

I am registering device. 我正在注册设备。 This is one operation. 这是一项操作。 Now I am recreating device registration, but it has same token, so new endpoint is not created. 现在,我正在重新创建设备注册,但是它具有相同的令牌,因此不会创建新的端点。

  1. Is it counted as operation? 它算作手术吗? Same for subscriptions? 订阅是否相同? Same for topics? 主题相同吗?

I have 5 device endpoints, all of them are subscribed to one topic. 我有5个设备端点,所有这些端点都订阅了一个主题。 Now I am sending message to the topic. 现在,我正在向该主题发送消息。

  1. How many operations does it cost me? 我要花多少钱? 6 (1 sending + 5 delivery)? 6(1个发送+ 5个发送)? 10 (5 sending + 5 delivery)? 10(5个发送+ 5个发送)? Another number? 另一个号码?

I have 5 device endpoints, all of them are subscribed to one topic. 我有5个设备端点,所有这些端点都订阅了一个主题。 4 of them are disabled. 其中有4个被禁用。 I am sending message to the topic. 我正在向该主题发送消息。

  1. How many operations does it cost me? 我要花多少钱?
  2. Am paying something for storage of disabled device endpoints? 是否在为禁用的设备端点的存储支付费用? Or should I clean them? 还是应该清洁它们? Does delete endpoint counted as operation? 删除端点算作操作吗?

** Operation = operation that costs money ** 操作=花费金钱的操作

Every API call is one operation . 每个API调用都是一个操作 (My assumption, but that's the norm.) (我的假设,但这是正常的。)

You will be charged the delivery charge for each enabled subscriber to a topic when a message is sent to the topic. 当向主题发送消息时,将向每个启用主题的订阅者收取递送费用 That is, every time that Amazon SNS is expected to delivery a message to one recipient. 也就是说,每次Amazon SNS都希望将消息传递给一个收件人。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM