← AWS SAA

Note for Amazon OpenSearch Service

awscloudanalyticsopensearch

Overview

The successor of Amazon Elasticsearch Service (forked after the Elastic licensing change).
Lets you search any field, even partial matches — unlike DynamoDB queries which only work on primary keys/indexes.
Has its own query language (DSL); not SQL by default (a SQL plugin is available).
Common use: full-text search, log analytics, real-time application monitoring.

Deployment Modes

Ingestion / Usage Patterns

Data is streamed in from another source, then OpenSearch is queried for search:

OpenSearch Dashboards (Kibana)

Security

Exam Tips