AWS iot-sitewise documentation change
Summary
Added version history details including credential retrieval retries and failure state fixes
Security assessment
While reliability improvements for credential retrieval could indirectly prevent potential service disruptions, there's no explicit security vulnerability addressed in the change description.
Diff
diff --git a/iot-sitewise/latest/userguide/sitewise-edge-on-siemens.md b/iot-sitewise/latest/userguide/sitewise-edge-on-siemens.md index 5a32267d8..0423805f1 100644 --- a//iot-sitewise/latest/userguide/sitewise-edge-on-siemens.md +++ b//iot-sitewise/latest/userguide/sitewise-edge-on-siemens.md @@ -200 +200,18 @@ The following table describes the changes in each version of the AWS IoT SiteWis -2.0.1 | Adds support for destinations and path filters to the gateway. +3.0.0 | New features + + * Adds additional configuration options in the AWS IoT SiteWise console for gateways installed on Siemens Industrial Edge: + * Add and configure Amazon S3 destinations. + * Remove the AWS IoT SiteWise real-time destination. + * Add filters for each destination to control data routing. + * Adds the option for a global prefix configuration to send all data from the IoT SiteWise publisher in the Siemens IE installer. The prefix is applied after filtering. + +Bug fixes and improvements + + * Adds the ability to retry connections to the Siemens Industrial Edge Databus if AWS IoT SiteWise Edge application’s initial attempt fails. + + +2.0.1 | Bug fixes and improvements + + * Fixes an issue where the app would enter failure state and quit if it was unable to retrieve AWS credentials on startup. Adds support to retry until successful credential retrieval. + +