Skip to main content

Posts

Showing posts with the label IOT

What Is AWS IoT? Modules of AWS IOT.

What Is AWS IoT? AWS IoT provides secure two-way communication between actuators, embedded microcontrollers,  sensors , or devices connected to the Internet, smart devices and the AWS Cloud. This allows you to collect, store and analyze data telemetry data from multiple devices.   Users can also create an application that allows you to control those devices on your phone or tablet. AWS IoT module s: Device G ateway The device can be securely  connect with  AWS IoT and communicate effectively . Message B roker Provides a secure mechanism for device and AWS IoT applications to post and receive messages between each other. Use the MQTT protocol directly, or can be published and registered with the MQTT via WebSocket. You can post using HTTP REST interface.     Rules E ngine It provides integration with message processing and other AWS services. You can use the SQL-based language to select data from the message payload and th...