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?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则