Amazon SQS
Most recent version: v0.0.1
Last updated
Was this helpful?
Most recent version: v0.0.1
Last updated
Was this helpful?
Onum supports integration with Amazon SQS. Select Amazon SQS from the list of Data sink types and click Configuration to start.
Now you need to specify how and where to send the data, and how to establish a connection with Amazon SQS.
Enter the basic information for the new Data sink.
Name*
Enter a name for the new Data sink.
Description
Optionally, enter a description for the Data sink.
Tags
Add tags to identify your Data sink easily. Hit the Enter
key after you define each tag.
Decide whether or not to include this Data sink info in the metrics and graphs of the Home area.
Now add the configuration to establish the connection.
Auth Configuration
Access Key ID*
In the left panel, click on Users.
Select your IAM user.
Under the Security Credentials tab, scroll to Access Keys and you will find existing Access Key IDs (but not the secret access key).
Secret Access Key*
Under Access keys, you can see your Access Key IDs, but AWS will not show the Secret Access Key. You must have it saved somewhere. If you don't have the secret key saved, you need to create a new one
Default region*
Choose your default region from the list provided. Your region is displayed in the top right-hand corner of your AWS console, as you can see in the image below.
Custom Endpoint
Specify the full URL of a custom endpoint if you want to use one instead of the default SQS endpoint.
Bulk Configuration
Set Bulk allow to true to set the bulk configuration parameters:
Event amount*
Maximum number of events to send in a single batch. The maximum and default value is 10
.
Event time limit in seconds*
Time in seconds to wait before sending the batch. The default value is 1,
and the minimum is 0
.
Max size in bytes*
Maximum limit of the batch size in bytes. The maximum and default value is 262144
. The minimum value is 1
.
Delay seconds
The length of time, in seconds, for which to delay a specific message. The minimum value is 1
and the maximum value is 900
.
Click Finish when complete.
When it comes to using this Data sink in a Pipeline, you must configure the following output parameters. To do it, simply click the Data sink on the canvas and select Configuration.
Queue URL*
The URL of your existing Amazon SQS queue to send the data to.
Go to the AWS Management Console.
In the Search Bar, type "SQS" and click on Simple Queue Service (SQS).
Click on Queues in the left panel.
Locate your queue from the list and click it.
The Queue URL will be displayed in the table under URL.
The correct format: sqs.region.localhost/awsaccountnumber/storedinenvvar
Queue Type*
The queue type of your SQS object, found also in the Queues area (Standard or FIFO).
Message*
This is the field containing the message.
Click Save to begin sending your data.
Add the access key from your or create one. The Access Key ID is found in the IAM Dashboard of the AWS Management Console:
Add the secret access key from your or create one.