Accelerate the Value of Data

Prerequisites - AWS event streaming

Learn about the prerequisites for AWS event streaming.

When data synchronizes from Reltio to Salesforce, the events are published to a specific topic or queue. This is done either using AWS Simple Notification Service (SNS) or AWS Simple Queue Service (SQS). You must configure one of the options, based on customer requirements.

Here's a brief procedure explaining how to configure each one of these options.

To create AWS SNS topic:

  1. Go to the AWS account.

  2. Search and select the Simple Notification Service (SNS) option.

  3. Select Topics.

  4. Select Create topic.

  5. In the Type field, select Standard.

  6. In the Name field, enter the name of the topic.

  7. Save the topic.

To create AWS SQS queue:

  1. Go to the AWS account.

  2. Search and select the Simple Queue Service (SQS) option.

  3. Select Create queue.

  4. In the Type field, select Standard.

  5. In the Name field, enter the name of the queue.

  6. Save the queue.