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.

질문됨 일 년 전540회 조회
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
답변함 일 년 전
  • { "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

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠