Amazon SQS
Most recent version: v0.0.1
Last updated
Was this helpful?
Most recent version: v0.0.1
Last updated
Was this helpful?
Amazon SQS (Simple Queue Service) is a fully managed message queuing service that enables asynchronous communication between different parts of a distributed system. It allows developers to send, store, and retrieve messages without needing to manage the underlying queue infrastructure.
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.
Now, add the configuration to establish the connection.
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 the Bulk configuration parameter to true if you want to allow bulk sending. Configure the following 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.
Queue URL*
The URL of your existing Amazon SQS queue to send the data to. To get it:
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.
This is 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*
Select the field that contains the message. The data type must be string
.
Click Save to save your configuration.
Onum supports integration with .
Decide whether or not to include this Data Sink info in the metrics and graphs of the area.
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.
When it comes to using this Data Sink in a , you must configure the following output parameters. To do it, simply click the Data Sink on the canvas and select Configuration.