Setting up event orchestration
Setting up event orchestration for your events requires you to set up processes in your target service, configure Amazon EventBridge to receive and send event data, and create rules in Amazon EventBridge that specifies the conditions for starting the downstream processes. Complete the following steps to set up event orchestration:
To set up event orchestration
-
Go to Amazon EventBridge User Guide and learn how to use Amazon EventBridge. Make sure to learn how to create Rules in Amazon EventBridge for your use case.
-
Follow instructions to Enable event orchestration in Amazon Fraud Detector.
Note
The event orchestration for your event is disabled by default.
-
Set up your target service to receive and process the event data. For example, if your downstream process involves sending notifications and you want to use Amazon SNS, go to Amazon SNS console, create an SNS topic, and then subscribe an endpoint to the topic.
-
Follow instructions to Create Amazon EventBridge rules.
Important
When building the event pattern in Amazon EventBridge, make sure to provide
aws.frauddetector
for the source field andEvent Prediction Result Returned
for the detail-type field.