Canot find the data iot simulator generated.
0
I am trying to show data on AWS Quicksight which iot simulator generated. But I can't find data in S3. Someone Please show me where the data is stored,and the name of the file.
asked 12 days ago27 views
1 Answers
0
Accepted Answer
Hi Tom177. Are you talking about the AWS IoT Device Simulator?
- https://aws.amazon.com/solutions/implementations/iot-device-simulator/
- https://github.com/aws-solutions/iot-device-simulator
If so, this doesn't publish IoT device data to an S3 bucket. It just publishes to IoT Core. This blog post covers some patterns of how you may then build it out for visualization: https://aws.amazon.com/blogs/iot/7-patterns-for-iot-data-ingestion-and-visualization-how-to-decide-what-works-best-for-your-use-case/
Apologies if you mean something other than AWS IoT Device Simulator.
answered 12 days ago
Relevant questions
send data AWS IoT from telegraf to influxdb cloud
asked 25 days agoQuicksight - Create data set (Athena) - Table query times out when trying to create data set
asked a month agoIngesting data using IoT core rules
asked a year agoWriting IOT Data to S3
asked 5 months agoHow do you set data retention policy on IoT Sitewise time series store?
Accepted Answerasked 2 years agoAttach extra data to SNS notifications generated by codebuild
asked 2 years agoCloudWatch dashboards suddenly show no data
asked a year agoCanot find the data iot simulator generated.
Accepted Answerasked 12 days agoHow to receive IoT device simulator's data to AWS IoT core.
Accepted Answerasked 11 days agoI am trying to write an ETL job to the Data Catalog but its writing the Headers as Data
Accepted Answerasked 3 months ago
Thank you for responding so quickly. Yes,I ment AWS IoT Device Simulator. I understand that data goes to IoT Core. I Think pattern3 is what I want to do. I will try sending data to Quicksignt through IoT Core.