Rules for Amazon IoT
Rules give your devices the ability to interact with Amazon Web Services services. Rules are analyzed and actions are performed based on the MQTT topic stream. You can use rules to support the following tasks:
-
Augment or filter data received from a device.
-
Write data received from a device to an Amazon DynamoDB database.
-
Save a file to Amazon S3.
-
Send a push notification to all users who are using Amazon SNS.
-
Publish data to an Amazon SQS queue.
-
Invoke a Lambda function to extract data.
-
Process messages from a large number of devices using Amazon Kinesis.
-
Send data to Amazon OpenSearch Service.
-
Capture a CloudWatch metric.
-
Change a CloudWatch alarm.
-
Send the data from an MQTT message to Amazon SageMaker AI to make predictions based on a machine learning (ML) model.
-
Send a message to a Salesforce IoT Input Stream.
-
Send message data to an Amazon IoT Analytics channel.
-
Start process of a Step Functions state machine.
-
Send message data to an Amazon IoT Events input.
-
Send message data to an asset property in Amazon IoT SiteWise.
-
Send message data to a web application or service.
Your rules can use MQTT messages that pass through the publish/subscribe protocol
supported by the Device communication protocols. You can also use the Basic Ingest feature to securely send device data to
the Amazon Web Services services listed previously, without incurring messaging costs
Before Amazon IoT can perform these actions, you must grant it permission to access your Amazon resources on your behalf. When the actions are performed, you incur the standard charges for the Amazon Web Services services that you use.
Contents
- Granting an Amazon IoT rule the access it requires
- Passing role permissions
- Creating an Amazon IoT rule
- Managing an Amazon IoT rule
- Amazon IoT rule actions
- Troubleshooting a rule
- Accessing cross-account resources using Amazon IoT rules
- Error handling (error action)
- Reducing messaging costs with Basic Ingest
- Amazon IoT SQL reference
Troubleshooting a rule
If you have an issue with your rules, we recommend that you activate CloudWatch Logs. You can analyze your logs to determine whether the issue is authorization or whether, for example, a WHERE clause condition didn't match. For more information, see Setting Up CloudWatch Logs.