Amazon SQS Integration

đź’ˇ

Amazon SQS (Simple Queue Service) is a fully managed message queuing service provided by AWS, offering reliable, scalable, and flexible communication between distributed applications and microservices. Through SQS Integration, you can automatically receive messages (alerts) triggered by specific events on the Plerion Platform.

Amazon SQS integration is available as an Outbound Integration and can be easily set up on the Plerion Platform.

Steps to Add an Amazon SQS Integration

  1. On the Plerion Dashboard, click on Tenant Settings and then select Integrations.

Tenant Settings

  1. Navigate to the Outbound tab and click the + button for Amazon SQS.

Add Amazon SQS

  1. Provide a name for the Amazon SQS Integration.

SQS Integration Name

  1. Sign in to your AWS Console, and navigate to the Amazon Simple Queue Service(SQS) in your preferred region.

Amazon SQS

  1. Create your Amazon SQS Queue. Optionally, configure encryption using your AWS KMS-CMKs.

  2. Copy your Amazon SQS ARN and, if encryption is set up, your AWS KMS-CMKs ARN.

Amazon SQS

AWS KMS

  1. Back in the Plerion Platform, paste the Amazon SQS ARN and the AWS KMS ARN (if encryption is set up).

ARNs

  1. Click on Launch Stack to generate the Plerion Access Role ARN.

  2. Paste the Plerion Access Role ARN.

  3. Test the setup by clicking the Send a Test Message button to ensure proper configuration.

  4. If configured correctly, you'll receive a test message in your Amazon SQS queue.

  5. Click the Add button to finalize adding the Amazon SQS integration.

Add Integration

How to Check for Messages/Alerts on Amazon SQS?

  1. Navigate to your Amazon SQS console and select the queue associated with the Plerion Platform integration.

Send Receive Message

  1. Choose Send and Receive Message.

  2. Select Poll for Messages. If you previously sent a test message from the Plerion Platform, you'll receive the test message here.

Add Integration