Questions tagged [aws]
For questions relating to Amazon Web Services and its pertinence to the Internet of Things. Use this tag for platform specific questions. If the question is referring to a generic platform consider using cloud computing.
39 questions
1 vote
2 answers
42 views
Queries regarding send data to adafruit.io rest api using http post using Alexa skills
I have a custom ESP8266 & Arduino based home automation system that is subscribed to a MQTT topic & turns on/off multiple relays or adjusts fan speed. The data format in that feed is for ...
0 votes
1 answer
98 views
What is the difference between using CreateCertificateFromCsr and CreateKeysAndCertificate?
When doing fleet registration of IoT devices on AWS' IoT, what is the difference between using CreateCertificateFromCsr and CreateKeysAndCertificate? They seem similar enough to where both are not ...
2 votes
1 answer
1k views
Connecting cellular module SIM7070G to AWS MQTT
I have troubles connecting SIM7070G (SIM7000 family) to AWS over built-in MQTT using AWS certificates. I've succeeded previously using the module only as a cellular gateway, but running FreeRTOS+...
2 votes
1 answer
264 views
MQTT disconnects from AWS when publishing a message
Please look at this sketch for ESP32. It does nothing but: connects to WiFi connects to AWS MQTT subscribes to the /get/accepted topic every 5 s publish an empty message to the /get topic to retrieve ...
3 votes
1 answer
635 views
How to programmatically retrieve the public key for a Thing in AWS IoT Core?
I am building a system where I would like to send an encrypted message from AWS Lambda (via an AWS IoT Core rule) to a device. Ideally I would like to encrypt this message using the device's public ...
-1 votes
1 answer
640 views
What is the maximum number of IOT things of topic per AWS account?
What is the maximum number of AWS IOT Things that can be concurrently connected to the IOT broker? Or what is the maximum number of topics that can be created per AWS account? So for example is it ...
1 vote
1 answer
65 views
Create and manage thousands of "things"
I'm working on a project that might grow up to several thousands of things. The management is on AWS. My lack of knowledge is about practical operations, like the creation of the things. Currently we ...
4 votes
1 answer
89 views
Project IoT backend for monitoring sensor data
I'm newbie to cloud-iot services. I was challenged by my lecturer to build a backend system where it can send sensor data to cloud, store it, and host a website page. Its about monitoring microclimate ...
5 votes
1 answer
163 views
Do I need different certificates for every thing?
I'm learning AWS and I created a new thing with the required certificates to access it via MQTT: root-CA.crt .private.key .cert.pem If I'm not wrong the root-CA.crt file will be the same for all the ...
1 vote
2 answers
922 views
Why some IoT devices cannot connect to MQTT broker
We have an IoT company and we shipped more than 10.000 products around the world. We have some of our customers (around 5%) that cannot connect their product to MQTT. Our infrastructure is really easy....
2 votes
1 answer
696 views
Mosquitto does not connect to AWS
I'm new to AWS services, I'm still studying the docs. I received a quite long (working) Python code that exchange data with the Cloud. Now I want to pub/sub messages with mosquitto. Basically I'm ...
1 vote
1 answer
370 views
Best way to store the data received from aws iot core
What I am trying to achieve is that I have an Arduino base which periodically uploads data to AWS IoT-Core. But I am looking for a way to store that data and make it accessible to my web application ...
2 votes
0 answers
98 views
What are the best practises AWS IoT thing registration process?
What are the best practises AWS IoT thing registration process? How can the process of making devices available to the users be streamlined? I need to know how can this be done in a viable way. ...
2 votes
1 answer
2k views
Why one should choose GraphQL instead of MQTT for an IOT project?
Just got assigned to the IoT Project. It is regarding a simple IoT cellular device that pretty much acts as a garage door control. The device can be called using the phone and then opens the gate, ...
1 vote
1 answer
133 views
Third party IOT Device, traffic through AWS. No local access. Proper way to sniff traffic?
I have a climate monitor/controller that is closed source, has an app for android and ios. all traffic goes through AWS. No open port on device, no local webpage, no local access from app.. Very ...