Home › Forums › AWS › AWS Certified Solutions Architect Associate › Possible Wrong event name -> s3:ObjectRemoved:DeleteMarkerCreated
-
Possible Wrong event name -> s3:ObjectRemoved:DeleteMarkerCreated
Carlo-TutorialsDojo updated 2 years, 5 months ago 2 Members · 2 Posts -
<div>One question (Set 3) asks for which topic shall be monitored. Shall the event be “s3:ObjectRemoved:DeleteMarkerCreated” rather than “ObjectRemoved:DeleteMarkerCreated”</div>
Create a new Amazon SNS topic and Amazon SQS queue. Add an S3 event notification configuration on the bucket to publish
s3:ObjectCreated:*
andObjectRemoved:DeleteMarkerCreated
event types to SQS and SNS.- This discussion was modified 2 years, 5 months ago by csgear.
-
Hello csgear,
Thanks for your feedback.
The ObjectRemoved:DeleteMarkerCreated event does not track versioned objects that are permanently deleted. It only tracks delete markers for versioned objects.
You may refer to this table for additional details:
Let me know if this answers your question.
Regards,
Carlo @ Tutorials Dojo
Log in to reply.