What is the behavior of lifecycle deletes if a lifecycle event notification fails to publish to SNS?

0

If I setup Lifecycle event notifications on a bucket and a notification fails to publish to sns does it retry the notification request forever or does it drop the notification? (best effort vs guranteed delivery)

Also if it does retry forever, does that mean a lifecycle action (for example object expiration delete) is denied/blocked until after the notification is successfully published to sns?

Is there a way for me to test this to confirm the bahvior?

1 Answer
1

Hi,

Please, read https://stackoverflow.com/questions/34238446/are-aws-s3-event-notifications-guaranteed-to-be-delivered in details to the end.

It details how current philosophy of "at least once" (see https://docs.aws.amazon.com/AmazonS3/latest/userguide/EventNotifications.html) evolved from "at most once".

Best,

Didier

profile pictureAWS
EXPERT
answered 7 months ago
  • I remember reading this post, but the discussion seemed a bit inconclusive. Is there a more detailed source/documentation available?

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