Reputation: 95
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
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