AWS EventBridge
Send device events to AWS EventBridge
Introduction
Preparing your AWS account
Note Region
Create IAM Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowPostingToDefaultEventBus",
"Effect": "Allow",
"Action": "events:PutEvents",
"Resource": "arn:aws:events:REGION:ACCOUNT_ID:event-bus/default"
}
]
}Create IAM Role


Configuring the Integration

Last updated