From the course: Amazon Web Services: Data Analytics

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Query AWS IoT

Query AWS IoT - Amazon Web Services (AWS) Tutorial

From the course: Amazon Web Services: Data Analytics

Start my 1-month free trial

Query AWS IoT

- [Instructor] So in this next movie, we're going to take a look at Internet of Things on the Amazon ecosystem. In order to understand this, we're going to use simulated IoT devices just for simplicity, so logical devices rather than physical, connected thermostats or connected watches or whatever it might be. The schema is defined a little bit differently here too for the device data or messages. The default protocol is MQTT rather than TCPIP and the structure is called a topic, an MQTT topic, so we'll see how that works in terms of publishing and subscribing or sending and receiving messages to the IoT broker. Once the messages are available at the broker, then we can access them with a SQL-like query and again, we'll go through the interface and see what that looks like. So inside of the console we'll type iot, and we'll click Get started. So over on the left side here, we're going to click Test. So, what that's doing is creating a logical device, so a simulator, if you will, that…

Contents