#eventbridge | (1)

AWS Monitoring with EventBridge

When it comes to AWS monitoring, you probably think of Amazon CloudWatch first. That’s right, but there is another source of information about the health of your cloud infrastructure: Amazon EventBdrige. In this blog post, you’ll learn how to tap into E...

Read more

How to filter S3 events by object size

While answering a support request for bucketAV, I stumbled upon the following question: Is there a way to only scan S3 objects with a size of less than 1 GB for malware? This translates to the more general question: How to filter S3 events by object ...

Read more

Amazon EventBridge versus Amazon SNS: What's the difference?

Amazon EventBridge (formerly CloudWatch Events) and Amazon SNS provide a way to send events to multiple subscribers. From a high-level perspective, both services are similar. This leads to the question: But how are they different? What advantages do the...

Read more

Messaging on AWS

Previously, I compared all database options offered by AWS for you. In this post, I compare the available messaging options. The goal of messaging on AWS is to decouple the producers of messages from consumers. The messaging pattern allows us to process...

Read more