AWS iot documentation change
Summary
Added documentation about Device Monitor for AWS IoT Core as an alternative solution, including architecture details and required AWS services
Security assessment
The change adds documentation about using Cognito for user management in the alternative solution, which is a security feature. However, there is no evidence this addresses an existing security vulnerability or incident.
Diff
diff --git a/iot/latest/fleethubuserguide/fleethub-end-of-life.md b/iot/latest/fleethubuserguide/fleethub-end-of-life.md index c1483b15f..f05fe8a40 100644 --- a//iot/latest/fleethubuserguide/fleethub-end-of-life.md +++ b//iot/latest/fleethubuserguide/fleethub-end-of-life.md @@ -5 +5 @@ -When is Fleet Hub going end-of-life?What happens to my Fleet Hub applications on the end-of-life date?What happens to my underlying AWS resources on and after the end-of-life date?How to delete Fleet Hub applications before the end-of-life date?Will deleting Fleet Hub applications automatically delete the underlying resources?How to delete my underlying AWS resources?Which APIs will no longer work on and after the end-of-life date? What are the existing functionalities of Fleet Hub and how do I access them in console? +When is Fleet Hub going end-of-life?What happens to my Fleet Hub applications on the end-of-life date?What happens to my underlying AWS resources on and after the end-of-life date?How to delete Fleet Hub applications before the end-of-life date?Will deleting Fleet Hub applications automatically delete the underlying resources?How to delete my underlying AWS resources?Which APIs will no longer work on and after the end-of-life date? What are the existing functionalities of Fleet Hub and how do I access them in console?Are there any other jump-start resources I can use to quickly build an off-console monitoring dashboard alternative to AWS IoT Fleet Hub? @@ -28,0 +29,2 @@ AWS will discontinue the AWS IoT Device Management Fleet Hub feature on October + * Are there any other jump-start resources I can use to quickly build an off-console monitoring dashboard alternative to AWS IoT Fleet Hub? + @@ -249,0 +252,19 @@ Fleet Hub provides a device (thing) level detailed view from the **All Devices** +## Are there any other jump-start resources I can use to quickly build an off-console monitoring dashboard alternative to AWS IoT Fleet Hub? + +Yes. We have provided a code repository for [Device Monitor for AWS IoT Core](https://github.com/awslabs/device-monitor?es_id=517ee405ad), which serves similar functionality as AWS IoT Fleet Hub and allows you to easily deploy your own dashboard to monitor AWS IoT devices connected to AWS IoT Core. To use the full functionality of Device Monitor’s advanced search, metrics monitoring, and jobs status tracking, you should enable AWS IoT Device Management. Device Monitor also adds some incremental functionalities over AWS IoT Fleet Hub such as viewing retained messages and saving or bookmarking user specific preferences (like frequently used search queries). You will need to deploy the code in your own AWS account. Device Monitor serves as a sample customizable solution to help customers get started with building their own off-console device monitoring dashboard. Device Monitor uses serverless architecture built on the following AWS services: + + * AWS AppSync: GraphQL API for data access + + * Lambda: Serverless functions for business logic + + * AWS IoT Core (shadow, retained messages) and AWS IoT Device Management (search, monitoring, jobs) + + * Amazon CloudWatch: monitoring and logging + + * AWS CDK: infrastructure as code + + + + +The web application is built with React and communicates with the backend through GraphQL APIs. You can use Cognito for user management and access to Device Monitor. +