Other IoT analytics-related AWS services
The AWS IoT platform offers some services that cover business and technical areas needed for building a complete E2E IoT solution in AWS. In the next section, we will start with the AWS IoT Events service.
AWS IoT events
AWS IoT Events is a fully managed service that detects and responds to events from different IoT sensors, services, and applications.
You can say that AWS IoT Events is a fully managed implementation of a Complex Event Processing (CEP) architecture where the CEP engine aggregates, processes, and analyzes a massive stream of data or events to gain real-time insights from the events that occurred.
The definition of event here means a business event, such as a failure in equipment or fraud detection.
So, business domain experts can build a detection model for their business using the AWS IoT Events console by defining the input that the detection model needs to work upon, the logic that they need to apply on the...