Questions tagged [aws-iot-analytics]

AWS IoT Analytics is a fully-managed service for storing, querying, visualising and running simple or advanced analytics workloads on data from IoT devices.

AWS IoT Analytics allows you to collect large amounts of device data, process messages, and store them. You can then query the data using SQL and then run more advanced analytics on it where needed. AWS IoT Analytics enables advanced data exploration through integration with Jupyter Notebooks and data visualization through integration with Amazon QuickSight.

You can send messages to IoT Analytics either directly, using the batch-put-message API, or via AWS IoT Core, using the IoT Analytics Rule Action.

Resources:

What is AWS IoT Analytics

User Guide

API Guide

34 questions
0
votes
1 answer

IoT Analytics Datastore is empty

Sorry for my english, I'm trying to get better, thank you. I'm trying to use IoT Analytics from AWS Services. However, after I properly created the channel, I'm now stuck with the pipeline and datastore. First, on pipeline there is an error on the…
0
votes
1 answer

SSL validation failure resulting in failure to visualise data generated on aws

I am experiencing an issue with the following script, I am following the present AWS…
0
votes
1 answer

In AWS IoT analytics, for the Service-managed store, which AWS database is used in the background and which AWS service is used to query the dataset?

In AWS IoT analytics, for the Service-managed store, which AWS database is used in the background to hold the data? And when this data store is queried via the IoT analytics dataset, does it use the AWS Athena service in the background?
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
1 answer

How does the AWS IoT security system utilize the keyPath, certPath, caPath to establish a secure connection?

To send telemetry from a thing (say Sensor1) to AWS IoT Core endpoint, we need: AWS IoT Certificate Authority Public Certificate Certificate with appropriate policy and Sensor1 attached Private key of certificate from point 2 const deviceName…
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
1 answer

Cloud and local application sync ideas

I've a situation where my central MySQL db and file system (S3) runs on a EC2. But one of my application runs locally at my client site on a PI-3 device, which needs to look up data and files from both the DB and file system on cloud. The…
Prana
  • 693
  • 1
  • 7
  • 16
0
votes
1 answer

How to get IoT Analytics to create a new row for each element in the input JSON array?

If I am receiving a data record at a time as a JSON array from an IoT device in my channel. The received message looks like this : { "state":{ "reported":{ "temperature": 24.28, "humidity": 37.67, …
0
votes
2 answers

Lambda function trigerred in IoT Analytics which sends POST requests to an external API

I am trying to set an AWS Lambda function in Python, which is triggered during an IOT Analytics treatment and sends two successive POST requests to an external API (if a condition is met). I am unable to import the "request" package directly, as it…
MrCurious
  • 1
  • 3
0
votes
1 answer

How to design an AWS IoT Analytics Pipeline that will have separate data-set for each device?

I have a mobile application that fetches data from sensors and pushes this data to AWS IoT Core Topic. I want to relay this data to AWS IoT Analytics and then analyze it with my own machine learning code - using container data-sets. The important…
0
votes
2 answers

How to verify that AWS lambda function is running on raspberry pi 3 for Greengrass?

I am preferring official AWS doc for AWS Greengrass setup in RaspberryPi3. I have already completed Module 1: Environment Setup for Greengrass Module 2: Installing the AWS IoT Greengrass Core Software When it comes to Module 3 (Part 1): Lambda…
0
votes
1 answer

Wildcard topic names and capturing message from all topics

We are using AWS IoT. We have predefined topics, (+/device/), where the devices publish the messages. But there is a possibility that, the devices can publish the messages to any other topics. I want to calculate the number of messages which are…
Dattatray
  • 1,745
  • 1
  • 21
  • 49
0
votes
1 answer

How do I monitor AWS IOT connected devices history and group by shadow state/attribute

Given I have xK Devices, Each of them connect to AWS IoT and each of them have attributes/shadow states to group them device shadow example: { "factory": "factoryA", "pipeInstalledVersion: "1.5.6" } What's the easiest way to monitor these devices…
0
votes
1 answer

AWS IOT analytics to trigger event when attribute changes state

Is it possible to detect if an attribute of an iOT message changed say from false to true and trigger an action? I would like to capture all status changes. I'm wondering if iot analytics is the right tool for this. Going through the tutorial it…
Spiff
  • 3,873
  • 4
  • 25
  • 50
0
votes
1 answer

Is it possible to add multiple channel inputs to a pipeline in AWS IoT Analytics?

I have multiple IoT devices that send the same kind of data to their shadows. I'd like to analyze these data using IoT Analytics. I've created a channel for each of these devices and would like to process data from all of them using activities. UI…
Ondrej Slinták
  • 31,386
  • 20
  • 94
  • 126
0
votes
1 answer

Data acquisition of AWS IoT Aanalytics

I would like to obtain the latest data by specifying Lambda's IoT Analytics dataset. If you use getDatasetContent of IoTAnalytics of aws sdk, only the link for downloading the file will be returned. Data itself can not be acquired. I would like to…
barubora
  • 1
  • 1
0
votes
1 answer

Getting error of PipelineActivity must have one and only one member when using Boto3 and Create_Pipeline

I have a python program that is using boto3 to create an IoT Analytics path. My program was able to successfully create the channel and the datastore but fails when I try to connect the two through the create pipeline function. My code is as…
Duane
  • 25
  • 1
  • 4