so9868
so9868

Reputation: 95

How to set up a notification on S3 after reaching a number of objects

Is it possible to set an alert on the S3 bucket which is invoked when certain number of files are put into the bucket?

For example, an alert is generated when there are more than 7 objects in a bucket?

Upvotes: 2

Views: 535

Answers (1)

ydaetskcoR
ydaetskcoR

Reputation: 56987

S3 has a Cloudwatch metric for the number of objects in a bucket so you could use that with a Cloudwatch alarm.

Upvotes: 2

Related Questions