Where can i find automated backup cloudtrail events for my RDS postgre.

0

If i create a manual backup of my RDS postgre instance using console, I can see the event in cloudtrail as CreateDBSnapshot, but for automated backup for my RDS postgre instance, though backup is getting created I can't see any events in cloudtrail

AWS
asked 10 months ago550 views
1 Answer
0
Accepted Answer

Hi,

Amazon RDS does not send events to AWS CloudTrail for automated backups. However, you can leverage RDS events (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html) to generate notifications. For example by leveraging Amazon SNS and AWS Lambda.

Amazon RDS uses the Amazon Simple Notification Service (Amazon SNS) to provide notification when an Amazon RDS event occurs

The event that you are looking for is likely RDS-EVENT-0091:

CategoryRDS event IDMessage
creationRDS-EVENT-0090Creating automated snapshot.
creationRDS-EVENT-0091Automated snapshot created.

Source: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Messages.html#USER_Events.Messages.snapshot

profile pictureAWS
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago
profile picture
EXPERT
reviewed 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions