--- title: AWS SQS description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/aws-sqs/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/aws-sqs/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; aws ***Version: 1.3 Updated: August 19, 2025*** Using the integration with SQS, you can gather current queues, add a new queue, delete and purge existing queues during an active investigation. ## Actions * **List Queues** (*Enrichment*) - List of all queues (Max 1,000 queues). * **Get Queue URL** (*Enrichment*) - Returns the URL of an existing Amazon SQS queue. * **Create Queue** (*Containment*) - Creates a new standard or FIFO queue. * **Delete Queue** (*Containment*) - Deletes the queue specified by the *QueueUrl*, regardless of the queue's contents. * **Purge Queue** (*Containment*) - Deletes the messages in a queue specified by the *QueueURL* parameter. * **Send Message** (*Notification*) - Delivers a message to the specified queue. ## External Libraries * [AWS SQS](https://github.com/boto/boto3/blob/develop/LICENSE) ## Configure AWS SQS in Automation Service and Cloud SOAR import IntegrationsAuth from '../../../../reuse/integrations-authentication.md'; import IntegrationsAuthAWS from '../../../../reuse/integrations-authentication-aws.md'; import AWSRegions from '../../../../reuse/automation-service/aws/region.md'; import AWSAccesskey from '../../../../reuse/automation-service/aws/access-key.md'; import AWSSecret from '../../../../reuse/automation-service/aws/secret.md'; import AWSIAMRole from '../../../../reuse/automation-service/aws/iam-role.md'; import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md'; import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md'; import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md'; import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md'; import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md'; import IAMConfiguration from '../../../../reuse/automation-service/aws/iam-configuration.md'; * * * * * * * AWS SQS configuration For information about AWS SQS, see [SQS documentation](https://docs.aws.amazon.com/sqs/). ### AWS IAM role-based access ## Limitations Local [Automation Bridge](/docs/platform-services/automation-service/automation-service-bridge/) is not supported in this version. ## Required Permissions ``` sqs:ListQueues sqs:GetQueueUrl sqs:CreateQueue sqs:DeleteQueue sqs:PurgeQueue sqs:SendMessage ``` ## Change Log * January 16, 2020 - First upload * March 10, 2022 - Logo * June 15, 2023 (v1.2) - Updated the integration with Environmental Variables * August 19, 2025 (v1.3) - Added support for IAM role authentication - Users can now authenticate using an AWS IAM Role in addition to access key–based authentication.