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.

demandé il y a un an540 vues
1 réponse
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
répondu il y a un an
  • { "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

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions