1 Answer
- Newest
- Most votes
- Most comments
0
For anyone who else might face an issue where they create a rule with the action to store a message to S3 make sure you check the following:
- Check the "MQTT test client" to make sure that your messages are coming into the desired topic
- Make sure that your rule is using an IAM role that has the necessary permissions to put objects into your specified bucket
- Also make sure that the region of your S3 bucket is the same as your IoT Core region
answered 2 years ago
Relevant content
- asked 5 years ago
so iot core is receiving data via a topic and you save the date into an S3 file ? streaming or a different file for each bit of data ?