How to monitor and check if IoT message broker quotas have been exceeded

0

Hello everyone,

How do I check whether the following quotas for the IoT message broker have been exceeded?

  • Connect requests per second per account
  • Inbound publish requests per second per account
  • Outbound publish requests per second per account
  • Subscriptions per account
  • Subscriptions per second per account

I am planning to create a CloudWatch alarm for those, but I'm not sure which metric below (or which combination of metrics) corresponds to which quota above:

  • Connect.Success
  • Connect.Throttle
  • PublishIn.Success
  • PublishIn.Throttle
  • PublishOut.Success
  • PublishOut.Throttle
  • Subscribe.Success
  • Subscribe.Throttle
  • Unsubscribe.Success
  • Unsubscribe.Throttle

Please help, thanks.

已提问 1 年前292 查看次数
1 回答
2

Hi Perry. These resources are likely useful for you:

How do I check whether the following quotas for the IoT message broker have been exceeded?

The .Throttle metrics will only exist in your account if you have indeed exceeded the relevant quota and throttling occurred.

Here is a description of all the metrics you listed: https://docs.aws.amazon.com/iot/latest/developerguide/metrics_dimensions.html#message-broker-metrics

profile pictureAWS
专家
Greg_B
已回答 1 年前

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

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

回答问题的准则