AWS Service Events
- EC2 Instance State Changes: Triggered when an EC2 instance changes state (e.g., start, stop, terminate).
- RDS Events: Notifications for Amazon RDS events like backup, failover, or maintenance.
- S3 Object Operations: Events for S3 object creation, deletion, or restoration.
- Lambda Function Invocations: Events when a Lambda function is invoked or updated.
- CloudWatch Alarms: Notifications for CloudWatch alarm state changes.
Custom Events
- Application-Specific Events: Custom events generated by your applications for specific business logic.
- User Actions: Events triggered by user actions such as account creation, login, or transaction completion.
- System Monitoring: Custom health checks and system status updates.
SaaS Partner Events
- Zendesk Ticket Updates: Events when support tickets are created, updated, or resolved in Zendesk.
- Salesforce Opportunities: Notifications for changes in Salesforce opportunities, such as updates to stages or closings.
- Stripe Payments: Events for payment transactions, including successful payments, failed attempts, or refunds.
Scheduled Events
- Cron Jobs: Scheduled tasks that run at specified intervals using cron expressions.
- Periodic Health Checks: Regularly scheduled events to perform health checks or maintenance tasks.
- Data Refresh Jobs: Scheduled events to trigger data refresh or synchronization tasks.