Part 1: Create a Topic in Amazon Simple Notification Service - connect-group/terraform-aws-ses-dashboard GitHub Wiki

The first step in creating a bounce and complaint tracking dashboard is to create a new topic in Amazon Simple Notification Service. When you create an Amazon SQS queue in the next section, you will subscribe to this topic to gather bounce and complaint notifications.

To create a new Amazon SNS topic

  1. Sign in to the AWS Management Console and open the Amazon SNS console at https://console.aws.amazon.com/sns/v2/home.
  2. Under Common Actions, choose Create topic.
  3. For Topic name, enter a name for the topic.
  4. For Display name, enter a display name for the topic.
  5. Choose Create topic.
  6. Proceed to Part 2: Create a Queue in Amazon Simple Queue Service.