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 年前檢視次數 293 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南