How to send data from AWS IoT Greengrass to Cloud?

0

We are going to develop a live detection application(JS and HTML) on AWS IoT Greengrass. After live detection, we would like to send the statistical data back to AWS Cloud, e.g. the number of cats, etc. Is there any method to send data from Greengrass to the Cloud?

Besides, I saw that the Kinesis Video Streams need to connect to the IP camera, can we use notebook camera to replace IP camera?

Thank you!

2 Answers
0

The statistical data collected from the edge devices can be published to AWS IoT Core service. AWS IoT Core supports the MQTT, HTTPS, MQTT over WSS, and LoRaWAN.
Console : https://console.aws.amazon.com/iot/
Catalog: https://aws.amazon.com/iot-core/

Refer to the workshop below which demonstrates the MQTT publisher implementation using AWS IoT Greengrass.
With MQTT topics, IoT clients identify the messages they publish by giving the messages topic names.
https://catalog.us-east-1.prod.workshops.aws/workshops/5ecc2416-f956-4273-b729-d0d30556013f/en-US/chapter5-pubsubipc/10-step1

Once messages are collected into AWS IoT Core, You can integrate data in real-time with other AWS services such as Kinesis, DynamoDB, S3, CloudWatch, and so on.

Kihyeon
answered a year ago
0
AWS
EXPERT
sunrise
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions