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 Antwort
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
EXPERTE
Greg_B
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen