Part 2: Create a Queue in Amazon Simple Queue Service - connect-group/terraform-aws-ses-dashboard GitHub Wiki
In this procedure, you create a new queue in Amazon SQS and subscribe to the topic you created in the previous procedure. This queue gathers all of the bounce and complaint notifications you receive; an AWS Lambda then collects the notifications in this queue for further processing.
To create a new Amazon SQS queue
- Sign in to the AWS Management Console and open the Amazon SQS console at https://console.aws.amazon.com/sqs/.
- Choose Create New Queue.
- Under What do you want to name your queue?, for Queue Name, type a name for the queue.
- Under What type of queue do you need?, choose Standard Queue.
- Choose Configure Queue.
- For Default Visibility Timeout, choose 5 minutes.
- Leave the remaining attributes at their default settings. Choose Create Queue.
- In the list of queues, check the box next to the name of the queue you created earlier. On the Queue Actions menu, choose Subscribe Queue to SNS Topic.
- On the Subscribe to a Topic window, make the following selections:
-
For Topic Region, choose the AWS Region in which you created the Amazon SNS topic.
-
For Choose a Topic, choose the topic you created in Part 1: Create a Topic in Amazon Simple Notification Service.
Choose Subscribe.
-
- Proceed to Part 3: Create an Amazon Simple Storage Service Bucket.