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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ