Concepts

You can create an AWS SQS connection to connect to a SQS queue. This enables data sources, implemented as SQS clients, to send messages to real-time digital twins.

image1

To establish the connection from the ScaleOut StateServer deployment to the SQS queue, enter the following information into the create connection form:

  1. The AWS Access Key and Private Key for an IAM user with permission to recieve messages from the SQS queue.

  2. The AWS region the SQS queue is deployed in.

  3. The AWS SQS queue URL.

Note

For more information on creating an IAM user and collecting this information, see: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-setting-up.html