AWS iot documentation change
Summary
Removed Device Advisor section, updated references from AWS IoT to AWS IoT Core, added link to encryption-at-rest documentation
Security assessment
Changes primarily involve restructuring content (removing Device Advisor-specific sections) and clarifying service naming conventions. No evidence of addressing security vulnerabilities or weaknesses. The added encryption-at-rest link provides general documentation but does not introduce new security features.
Diff
diff --git a/iot/latest/developerguide/data-encryption.md b/iot/latest/developerguide/data-encryption.md index 40ca61eaa..3c3663176 100644 --- a//iot/latest/developerguide/data-encryption.md +++ b//iot/latest/developerguide/data-encryption.md @@ -5,2 +4,0 @@ -Device Advisor - @@ -9 +7 @@ Device Advisor -Data protection refers to protecting data while in-transit (as it travels to and from AWS IoT) and at rest (while it is stored on devices or by other AWS services). All data sent to AWS IoT is sent over an TLS connection using MQTT, HTTPS, and WebSocket protocols, making it secure by default while in transit. AWS IoT devices collect data and then send it to other AWS services for further processing. For more information about data encryption on other AWS services, see the security documentation for that service. +Data protection refers to protecting data while in-transit (as it travels to and from AWS IoT Core) and at rest (while it is stored on devices or by other AWS services). All data sent to AWS IoT Core is sent over an TLS connection using MQTT, HTTPS, and WebSocket protocols, making it secure by default while in transit. AWS IoT Core collects data from devices and then sends it to other AWS services for further processing. For more information about data encryption on other AWS services, see the security documentation for that service. For more information, see [Data encryption at rest](./encryption-at-rest.html). @@ -13,6 +10,0 @@ FreeRTOS provides a PKCS#11 library that abstracts key storage, accessing crypto -## Device Advisor - -### Encryption in transit - -Data sent to and from Device Advisor is encrypted in transit. All data sent to and from the service when using the Device Advisor APIs is encrypted using Signature Version 4. For more information about how AWS API requests are signed, see [Signing AWS API requests](https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html). All data sent from your test devices to your Device Advisor test endpoint is sent over a TLS connection so it is secure by default in transit. - @@ -27 +19 @@ Transport security in AWS IoT Core -Key management +Data encryption at rest in AWS IoT Core