AWS iot documentation change
Summary
Updated documentation links to AWS IoT Core service quotas and limits by adding double slashes in URLs
Security assessment
The changes are purely formatting corrections to documentation URLs and do not address security vulnerabilities or introduce security-related content. The updates fix link paths but do not alter security guidance or mention security implications.
Diff
diff --git a/iot/latest/developerguide/metrics_dimensions.md b/iot/latest/developerguide/metrics_dimensions.md index 5c92869b5..9f8cb0a85 100644 --- a//iot/latest/developerguide/metrics_dimensions.md +++ b//iot/latest/developerguide/metrics_dimensions.md @@ -144 +144 @@ Metric | Description -`Queued.Throttle` | The number of messages that couldn't be stored and were throttled while clients with persistent sessions were disconnected. This occurs when clients exceed the [Queued messages per second per account](https://docs.aws.amazon.com/general/latest/gr/iot-core.html#genref_queued_messages_per_second_per_account) limit. Messages with a QoS of 1 are stored while a client with a persistent session is disconnected. +`Queued.Throttle` | The number of messages that couldn't be stored and were throttled while clients with persistent sessions were disconnected. This occurs when clients exceed the [Queued messages per second per account](https://docs.aws.amazon.com//general/latest/gr/iot-core.html#genref_queued_messages_per_second_per_account) limit. Messages with a QoS of 1 are stored while a client with a persistent session is disconnected. @@ -150,2 +150,2 @@ Metric | Description -`Subscribe.Throttle` | The number of subscribe requests that were throttled because the allowed subscribe request rate limits were exceeded for your AWS account. These limits include Subscriptions per second per account, Subscriptions per account, and Subscriptions per connection described in [AWS IoT Core message broker and protocol limits and quotas](https://docs.aws.amazon.com/general/latest/gr/iot-core.html#message-broker-limits). The `Protocol` dimension contains the protocol used to send the `SUBSCRIBE` message. -`Throttle.Exceeded` | This metric will display in CloudWatch when an MQTT client is throttled on packets [per second per connection level limits](https://docs.aws.amazon.com/general/latest/gr/iot-core.html#message-broker-limits). This metric doesn't apply to HTTP connections. +`Subscribe.Throttle` | The number of subscribe requests that were throttled because the allowed subscribe request rate limits were exceeded for your AWS account. These limits include Subscriptions per second per account, Subscriptions per account, and Subscriptions per connection described in [AWS IoT Core message broker and protocol limits and quotas](https://docs.aws.amazon.com//general/latest/gr/iot-core.html#message-broker-limits). The `Protocol` dimension contains the protocol used to send the `SUBSCRIBE` message. +`Throttle.Exceeded` | This metric will display in CloudWatch when an MQTT client is throttled on packets [per second per connection level limits](https://docs.aws.amazon.com//general/latest/gr/iot-core.html#message-broker-limits). This metric doesn't apply to HTTP connections.