Is there a way to customize the email content of AWS RDS notifications using SNS

0 votes
The emails generated by SNS for RDS event notifications are not very descriptive. I'd like to modify/add content to the emails. I looked for a way and read that SNS does not support customization and SES can be used instead. But SES only shows options to add SNS topics for bounce,complaints and delivery. Could anyone please help me in understanding what I'm missing here?I'm looking for a way to receive customized notifications based on RDS events. Thanks in advance!
Oct 10, 2018 in AWS by eatcodesleeprepeat
• 4,710 points
1,551 views

1 answer to this question.

0 votes
There isn't a built-in solution for this, but a relatively straightforward solution would look like this:

SNS → Lambda → SES

Configure a Lambda function to be triggered by your SNS topic that catches the notifications. Within the function, you have programmatic access to the notification body. Modify as desired, using code you write, or extract values for a template, then send an email via SES.
answered Oct 10, 2018 by Priyaj
• 58,090 points

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer

Is there a way to move AWS Elasticsearch to another account

Create a role with Elasticsearch permission. Provide the iam:PassRole for ...READ MORE

answered Oct 30, 2018 in AWS by Priyaj
• 58,090 points
1,708 views
+1 vote
2 answers

Is there a API to get AWS Marketplace Products

AWS Marketplace Entitlement Service API Reference The AWS ...READ MORE

answered Aug 1, 2018 in AWS by findingbugs
• 4,780 points
894 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP