Managed Search across clouds

Managed search and analytics engines - OpenSearch on AWS and OCI, OpenSearch Serverless, Azure AI Search - configured so the endpoint is private and the index does not grow forever.

4 verified modules - all static-validated and publish-checked; live-test pending.

Compare by provider

How to choose

Decide first whether you are sizing a cluster or paying per query: a provisioned domain is cheaper at steady load and needs a node count, while serverless bills by compute units and scales to zero traffic but not to zero cost. Then compare where the endpoint answers from (a VPC, or the internet behind IAM) and whether retention is a policy or a job you write.

When not to use

Search is a derived copy of your data, not the system of record. Losing the index costs a reindex, not the data; treat retention and snapshots as a cost control rather than a backup.

Other solutions