How I can view data published to AWS IoT in the AWS Management Console?

Hey guys I have a MQTT client which publish data to AWS IOT and Azure IOT HUB. To see the data into Azure IOT HUB, I am using DeviceExplorer I want to know? If there is a tool similar to DeviceExplorer for AWS IoT? And also How I can view data published to AWS IoT in the AWS Management Console? Specifically, can I use CloudWatch, and if so, how do I set it up to view the data? @IoT Cloud
7 Replies
LMtx
LMtx7mo ago
In the AWS Console, go search for the IoT Core service. You can use the "MQTT test client" to check the MQTT messages received by the AWS IoT Core. To browse your devices, go to "All devices".
attachment 0
LMtx
LMtx7mo ago
To use CloudWatch, you must enable IoT Core Logs - you can find those in the Settings.
attachment 0
Daniel kalu
Daniel kalu7mo ago
Are there any security considerations or access control policies i need to take into account when setting up monitoring with CloudWatch for AWS IOT?
LMtx
LMtx7mo ago
You should enforce the access control policies using AWS IoT Core Policies. This way, you can define the actions allowed for connected devices.
Daniel kalu
Daniel kalu7mo ago
Willl definitely check it out But lastly can you explain how to use the MQTT test client to test MQTT messages received by the AWS lOT Core?
LMtx
LMtx7mo ago
I described this topic in detail on my blog: https://www.thingrex.com/iot_thing_conn/
ThingRex
Device <-> AWS MQTT Connectivity
Device <-> AWS MQTT Connectivity
youcef_ali
youcef_ali7mo ago
If you are good with nodejs you can use aws sdk and send publish and subscribe in a script.js without the gui https://github.com/aws/aws-iot-device-sdk-js
GitHub
GitHub - aws/aws-iot-device-sdk-js: SDK for connecting to AWS IoT f...
SDK for connecting to AWS IoT from a device using JavaScript/Node.js - aws/aws-iot-device-sdk-js
Want results from more Discord servers?
Add your server