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 Answer
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
EXPERT
Steve_M
answered a year ago
  • { "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

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