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?

hai
質問済み 8ヶ月前187ビュー
1回答
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
エキスパート
回答済み 8ヶ月前
  • I remember reading this post, but the discussion seemed a bit inconclusive. Is there a more detailed source/documentation available?

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ