Snapshot via lifecycle policy for volume to get email notification

0

Please guide the steps, How Could I enable the email notification for snapshot backup in my project, through email I want to get notified that my backup of today via snapshot is done. I have made a lifecycle policy and daily my volume snapshot is done. I want to get notified of the success of the same.

已提问 1 年前539 查看次数
1 回答
0

EBS sends an event to EventBridge when a snapshot is created https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-cloud-watch-events.html#snapshot-events

This means you should be able to create an SNS topic, subscribe your email address to it, and then create an EventBridge rule whose target is your newly-created SNS topic.

profile picture
专家
Steve_M
已回答 1 年前
  • { "source": ["aws.ec2"], "detail-type": ["EBS Snapshot Notification"], "detail": { "event": ["createSnapshot"], "source": ["arn:aws:ec2:us-east-1:233274203099:volume/vol-07da647d1709c19b4"] } } This event bridge rule is creating issue multiple snapshot arec treating but even after target is on sns topic subscription no emails were there

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

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

回答问题的准则