Amazon CloudSearch logo

Amazon CloudSearch

Amazon CloudSearch

UpOpen Sourcecloudby Amazon Web Services62· JavaScript· MIT

Amazon CloudSearch is AWS's managed search service (gradually superseded by OpenSearch Service).

Visit site ↗Source ↗Health checked 9h ago
Use it when

Managed service, simple ops

Watch for

AWS no longer promotes CloudSearch; new projects should use OpenSearch Service

First check

For legacy: CreateDomain, define index fields, UploadDocuments. New projects: use OpenSearch Service instead.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
17 ms
Protocol
REST
Pricing
Stars
62

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 17ms

GitHub activity

62JavaScriptMIT17 open issuesLast commit 110d ago
01

About this API

CloudSearch is AWS's search service launched in 2012, based on Solr. When Elasticsearch wasn't mainstream yet, it was a decent choice. But AWS launched Elasticsearch Service in 2015 (later renamed OpenSearch Service), making CloudSearch's position awkward — slow updates, far smaller community ecosystem than Elastic. New projects almost never choose CloudSearch anymore, but legacy customer apps still run, so the API isn't deprecated. Our recommendation: for new projects, use OpenSearch Service or dedicated search SaaS like Algolia/Typesense.

02

What you can build

  • 1Legacy applications still using CloudSearch
  • 2Simple full-text search (no complex analytics)
03

Strengths & limitations

Strengths

  • Managed service, simple ops
  • Relatively affordable

Limitations

  • AWS no longer promotes CloudSearch; new projects should use OpenSearch Service
  • Slow feature updates
  • Limited support for complex schemas and aggregations
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://github.com/mermade/aws2openapi/<endpoint>
05

Getting started

For legacy: CreateDomain, define index fields, UploadDocuments. New projects: use OpenSearch Service instead.

06

FAQ

Should new projects use CloudSearch?+

Not recommended. Use OpenSearch Service (Elastic-compatible) or Algolia/Typesense.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: Yes
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
python, javascript, go, java
Response time
17 ms
Last health check
5/12/2026, 7:36:33 AM
08

Tags

09

More from Amazon Web Services