Accenture MDR Quick Start Guide in Configuring AWS Simple Queue Service (SQS) with S3 Storage

This quick start guide will help Accenture MDR customers in Configuring AWS Simple Queue Service (SQS) with S3 storage.

The document includes the following topics:

Steps to Configure SQS

  1. Sign in to the AWS Console

  2. Go to the Simple Queue Services (SQS)

  3. Choose create queue

  4. On the Create New Queue page , make sure the correct region has been selected and then type the Queue Name

  5. Select Standard as the type of Queue.

6. In the configuration section, provide MxDR recommended parameters as per below snapshot:

7. Under Access Policy please select advanced option and provide the policy as below:

Make sure to replace placeholders with the actual values.

{ "Version": "2008-10-17", "Id": "__default_policy_ID", "Statement": [ { "Sid": "__sender_statement", "Effect": "Allow", "Principal": { "Service": "s3.amazonaws.com" }, "Action": "SQS:SendMessage", "Resource": "arn:aws:sqs:<region>:<accountID>:<SQS queue name>", "Condition": { "ArnLike": { "aws:SourceArn": "<S3BucketArn>" } } }, { "Sid": "__receiver_statement", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::<accountID>:root" }, "Action": [ "SQS:ChangeMessageVisibility", "SQS:DeleteMessage", "SQS:ReceiveMessage", "sqs:GetQueueAttributes", "sqs:GetQueueUrl" ], "Resource": "arn:aws:sqs:<region>:<accountID>:<SQS queue name>" } ] }

Below screenshot for reference:

8. Enable encryption as required

9. Provide tags as per your organization’s policy

10. Click on Create queue.

Attaching Created SQS with S3

  1. Navigate to S3 Dashboard and select the desired S3 Bucket which needs to be monitored for Notifications.

  2. Navigate to Properties Tab 

 

3. Under properties navigate to the Event Notifications and click on Create Event Notification

4. Under general configuration, provide the name to the notification and provide any prefix if required.

5. In Event type, select All Object Create Events.

6. Under Destination, select SQS Queue as destination.

7. Choose the SQS queue we have created earlier and which you want to map to S3.

8. Save Changes

 

Legal Notice

Copyright © 2021 Accenture. All rights reserved.

Accenture, the Accenture Logo, and DeepSight Intelligence are trademarks or registered trademarks of Accenture in the U.S. and other countries. Other names may be trademarks of their respective owners.

The product described in this document is distributed under licenses restricting its use, copying, distribution, and decompilation/reverse engineering. No part of this document may be reproduced in any form by any means without prior written authorization of Accenture and its licensors, if any.

THE DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. ACCENTURE SHALL NOT BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS DOCUMENTATION. THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS SUBJECT TO CHANGE WITHOUT NOTICE.

The Licensed Software and Documentation are deemed to be commercial computer software as defined in FAR 12.212 and subject to restricted rights as defined in FAR Section 52.227-19 "Commercial Computer Software - Restricted Rights" and DFARS 227.7202, et seq. "Commercial Computer Software and Commercial Computer Software Documentation," as applicable, and any successor regulations, whether delivered by Accenture as on premises or hosted services. Any use, modification, reproduction release, performance, display or disclosure of the Licensed Software and Documentation by the U.S. Government shall be solely in accordance with the terms of this Agreement.