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
posta 8 mesi fa187 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 8 mesi fa
  • I remember reading this post, but the discussion seemed a bit inconclusive. Is there a more detailed source/documentation available?

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande