1 Answer
- Newest
- Most votes
- Most comments
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.
Relevant content
- asked 6 years ago
- asked a year ago
- Accepted Answerasked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 5 months 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