AWS iot documentation change
Summary
Fixed URL formatting by removing double slashes in multiple documentation links throughout the file
Security assessment
The changes are purely URL syntax corrections (removing redundant slashes in hyperlinks). There is no mention of security vulnerabilities, mitigations, or new security features. The content updates are limited to link formatting without altering security-related context.
Diff
diff --git a/iot/latest/developerguide/dynamic-thing-groups.md b/iot/latest/developerguide/dynamic-thing-groups.md index ae730bdbd..232d679d1 100644 --- a//iot/latest/developerguide/dynamic-thing-groups.md +++ b//iot/latest/developerguide/dynamic-thing-groups.md @@ -25 +25 @@ Dynamic thing groups differ from static thing groups in the following ways: - * The number of dynamic groups per AWS account is [limited](https://docs.aws.amazon.com/general/latest/gr/iot_device_management.html#thing-group-limits). + * The number of dynamic groups per AWS account is [limited](https://docs.aws.amazon.com//general/latest/gr/iot_device_management.html#thing-group-limits). @@ -49 +49 @@ You may also have multiple device models with different firmware or operating sy -For more information about specifying thing groups as job targets, see [CreateJob](https://docs.aws.amazon.com/iot/latest/apireference/API_CreateJob.html). +For more information about specifying thing groups as job targets, see [CreateJob](https://docs.aws.amazon.com//iot/latest/apireference/API_CreateJob.html). @@ -53 +53 @@ For more information about specifying thing groups as job targets, see [CreateJo -Each time a device is added to or removed from a dynamic thing group, a notification is sent to an MQTT topic as part of [registry event](https://docs.aws.amazon.com/iot/latest/developerguide/registry-events.html) updates. You can configure [AWS IoT Core rules](https://docs.aws.amazon.com/iot/latest/developerguide/iot-rules.html) to interact with AWS services based on the dynamic group membership updates and take desired actions. Example actions include writing to Amazon DynamoDB, invoking a Lambda function, or sending a notification to Amazon SNS. +Each time a device is added to or removed from a dynamic thing group, a notification is sent to an MQTT topic as part of [registry event](https://docs.aws.amazon.com//iot/latest/developerguide/registry-events.html) updates. You can configure [AWS IoT Core rules](https://docs.aws.amazon.com//iot/latest/developerguide/iot-rules.html) to interact with AWS services based on the dynamic group membership updates and take desired actions. Example actions include writing to Amazon DynamoDB, invoking a Lambda function, or sending a notification to Amazon SNS. @@ -57 +57 @@ Each time a device is added to or removed from a dynamic thing group, a notifica -AWS IoT Device Defender Detect customers can define a [security profile](https://docs.aws.amazon.com/iot/latest/developerguide/device-defender-detect.html) on a dynamic thing group. Devices of the dynamic thing group are automatically detected for violations by the security profile defined on the group. +AWS IoT Device Defender Detect customers can define a [security profile](https://docs.aws.amazon.com//iot/latest/developerguide/device-defender-detect.html) on a dynamic thing group. Devices of the dynamic thing group are automatically detected for violations by the security profile defined on the group. @@ -61 +61 @@ AWS IoT Device Defender Detect customers can define a [security profile](https:/ -You can specify a log level on a dynamic thing group. This is useful if you only want to customize logging level and detail for devices that meet certain criteria. For example, if you suspect devices with certain firmware version are causing errors on a specific rule's published topic, you might want to set detailed logging to debug these issues. In this case, you can create a dynamic group for all devices that have this firmware version, which we assume is stored as a registry attribute or in a device shadow. You can then set a debug level, with logging target defined as this dynamic thing group. For more information about fine-grained logging, see [Monitor AWS IoT using CloudWatch Logs](https://docs.aws.amazon.com/iot/latest/developerguide/cloud-watch-logs.html#fine-grained-logging). For more information about how to specify a logging level for a specific thing group, see [Configure resource-specific logging in AWS IoT](https://docs.aws.amazon.com/iot/latest/developerguide/configure-logging.html#fine-logging-cli). +You can specify a log level on a dynamic thing group. This is useful if you only want to customize logging level and detail for devices that meet certain criteria. For example, if you suspect devices with certain firmware version are causing errors on a specific rule's published topic, you might want to set detailed logging to debug these issues. In this case, you can create a dynamic group for all devices that have this firmware version, which we assume is stored as a registry attribute or in a device shadow. You can then set a debug level, with logging target defined as this dynamic thing group. For more information about fine-grained logging, see [Monitor AWS IoT using CloudWatch Logs](https://docs.aws.amazon.com//iot/latest/developerguide/cloud-watch-logs.html#fine-grained-logging). For more information about how to specify a logging level for a specific thing group, see [Configure resource-specific logging in AWS IoT](https://docs.aws.amazon.com//iot/latest/developerguide/configure-logging.html#fine-logging-cli). @@ -169 +169 @@ Dynamic thing groups and static thing groups share the following limitations: - * The number of attributes that a thing group can have is [limited](https://docs.aws.amazon.com/general/latest/gr/iot_device_management.html#thing-group-limits). + * The number of attributes that a thing group can have is [limited](https://docs.aws.amazon.com//general/latest/gr/iot_device_management.html#thing-group-limits). @@ -171 +171 @@ Dynamic thing groups and static thing groups share the following limitations: - * The number of groups to which a thing can belong is [limited](https://docs.aws.amazon.com/general/latest/gr/iot_device_management.html#thing-group-limits). + * The number of groups to which a thing can belong is [limited](https://docs.aws.amazon.com//general/latest/gr/iot_device_management.html#thing-group-limits). @@ -194 +194 @@ If you have permissions to query the fleet index, you can access the data of thi -The number of dynamic thing groups is [limited](https://docs.aws.amazon.com/general/latest/gr/iot_device_management.html#thing-group-limits). +The number of dynamic thing groups is [limited](https://docs.aws.amazon.com//general/latest/gr/iot_device_management.html#thing-group-limits). @@ -211 +211 @@ When a thing becomes eligible to be added to a dynamic thing group, consider the - * Is the thing already in as many groups as it can be? (See [limits](https://docs.aws.amazon.com/general/latest/gr/iot_device_management.html#thing-limits)) + * Is the thing already in as many groups as it can be? (See [limits](https://docs.aws.amazon.com//general/latest/gr/iot_device_management.html#thing-limits)) @@ -232 +232 @@ When a thing in a dynamic thing group no longer meets the search query, the thin -The number of groups to which a thing can belong is [limited](https://docs.aws.amazon.com/general/latest/gr/iot_device_management.html#thing-limits). When you use the [AddThingToThingGroup](https://docs.aws.amazon.com/iot/latest/apireference/API_AddThingToThingGroup.html) or [UpdateThingGroupsForThing](https://docs.aws.amazon.com/iot/latest/apireference/API_UpdateThingGroupsForThing.html) commands to update thing membership, adding the `--overrideDynamicGroups` parameter gives static thing groups priority over dynamic thing groups. +The number of groups to which a thing can belong is [limited](https://docs.aws.amazon.com//general/latest/gr/iot_device_management.html#thing-limits). When you use the [AddThingToThingGroup](https://docs.aws.amazon.com/iot/latest/apireference/API_AddThingToThingGroup.html) or [UpdateThingGroupsForThing](https://docs.aws.amazon.com/iot/latest/apireference/API_UpdateThingGroupsForThing.html) commands to update thing membership, adding the `--overrideDynamicGroups` parameter gives static thing groups priority over dynamic thing groups. @@ -255 +255 @@ When you add a thing to a static thing group, consider the following: -The number of groups to which a thing can belong is [limited](https://docs.aws.amazon.com/general/latest/gr/iot_device_management.html#thing-limits). When a create or update operation creates additional group eligibility for a thing and the thing has reached its group limit, removal from another dynamic thing group can occur to enable this addition. For more information about how this occurs, see Successful commands can log errors and With overrideDynamicGroups enabled, static groups take priority over dynamic groups for examples. +The number of groups to which a thing can belong is [limited](https://docs.aws.amazon.com//general/latest/gr/iot_device_management.html#thing-limits). When a create or update operation creates additional group eligibility for a thing and the thing has reached its group limit, removal from another dynamic thing group can occur to enable this addition. For more information about how this occurs, see Successful commands can log errors and With overrideDynamicGroups enabled, static groups take priority over dynamic groups for examples.