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
已提问 1 年前587 查看次数
1 回答
0
已接受的回答

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
专家
已回答 1 年前
profile picture
专家
已审核 1 年前
profile picture
专家
已审核 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则