We can configure an SNS topic to send emails as follows:
- Go to the SNS service in the console.
- Click on Topics.
- Click on Create topic.
- For the Name and Display name fields, give meaningful values. I have set the Name to MyEmailTopic and the Display name to My Email Topic.
- Leave the other options as is and scroll down to the bottom of the page. Click on Create topic.
- Go to our topic and select the Subscriptions tab.
- Click on Create subscription.
- Set the Protocol to Email and provide an email address for Endpoint:
- Scroll down and click Create subscription. The Status of our subscription will be Pending confirmation.
- Log in ...