AWS iot-mi documentation change
Summary
Restructured provisioning template and claim certificate documentation into bullet points
Security assessment
Formatting changes and minor rephrasing for readability. No security implications identified.
Diff
diff --git a/iot-mi/latest/devguide/getting-started-known-sh-device-onboarding.md b/iot-mi/latest/devguide/getting-started-known-sh-device-onboarding.md index e634ac398..005731757 100644 --- a//iot-mi/latest/devguide/getting-started-known-sh-device-onboarding.md +++ b//iot-mi/latest/devguide/getting-started-known-sh-device-onboarding.md @@ -5 +5 @@ -(Optional) Configure Encryption KeyRegister a Custom Endpoint (Mandatory)Device Provisioning (Mandatory)Managed integrations End device SDK (Mandatory)Device Pre-Association with Credential Locker (Optional)Device Discovery and Onboarding (Optional)Device Command and ControlAPI Index +Configure Encryption Key (Optional)Register a Custom Endpoint (Mandatory)Device Provisioning (Mandatory)Managed integrations End device SDK (Mandatory)Device Pre-Association with Credential Locker (Optional)Device Discovery and Onboarding (Optional)Device Command and ControlAPI Index @@ -15 +15 @@ The following steps outline the workflow for onboarding a direct-connected devic - * (Optional) Configure Encryption Key + * Configure Encryption Key (Optional) @@ -34 +34 @@ The following steps outline the workflow for onboarding a direct-connected devic -## (Optional) Configure Encryption Key +## Configure Encryption Key (Optional) @@ -81 +81 @@ To connect to managed integrations, a device requires a dedicated endpoint to ro -Request a quota increase from 0 to 1 in the Service Quotas console if you receive an error that states **RegisterCustomEndpoint failed**. [https://console.aws.amazon.com/servicequotas/](https://console.aws.amazon.com/servicequotas/) +If you receive a **RegisterCustomEndpoint failed** error, request a quota increase from 0 to 1 in the Service Quotas console. [https://console.aws.amazon.com/servicequotas/](https://console.aws.amazon.com/servicequotas/) @@ -96 +96,8 @@ APIs used in this step: -Device provisioning establishes a link between your device or fleet of devices and managed integrations for future bidirectional communication. Call the `CreateProvisioningProfile` API to create a provisioning template and claim certificate. A provisioning template is a document that defines the set of resources and policies applied to a device during the provisioning process. It specifies how devices should be registered and configured when they connect to managed integrations for the first time, automating the device setup process to ensure that each device is securely and consistently integrated into AWS IoT with the appropriate permissions, policies, and configurations. A claim certificate is a temporary certificate used during fleet provisioning and only when the unique device certificate is not preinstalled on the device during manufacturing before delivered to the end-user. +Device provisioning establishes a link between your device or fleet of devices and managed integrations for future bidirectional communication. Call the `CreateProvisioningProfile` API to create a provisioning template and claim certificate. + + * A _provisioning template_ is a document that defines the set of resources and policies applied to a device during the provisioning process. It specifies how devices should be registered and configured when they connect to managed integrations for the first time. This process automates the device setup process to ensure that each device is securely and consistently integrated into AWS IoT with the appropriate permissions, policies, and configurations. + + * A _claim certificate_ is a temporary certificate used during fleet provisioning and only when the unique device certificate is not preinstalled on the device during manufacturing before delivered to the end-user. + + +