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 10 months ago
Relevant content
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 9 months 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 ?