What is the difference between AWS Elasticsearch and AWS CloudSearch?
Asked Answered
B

1

9

When should I use AWS Elasticsearch over AWS CloudSearch and vice versa?

Billups answered 31/8, 2017 at 23:12 Comment(1)
For tips on asking a good question, please see: How do I ask a good question?Jacobsohn
J
13

Amazon Elasticsearch Service provides a fully-managed implementation of Elasticsearch and Kibana. It is commonly used for near real-time visualizations of logs files (but can handle many use-cases).

Amazon CloudSearch is based on Apache Solr. It requires data to be loaded as documents and is good for full-text search, with an understanding of languages and grammar (eg synonyms, words to ignore).

So, it really comes down to whether you want to use Elasticsearch or Solr.

Jacobsohn answered 31/8, 2017 at 23:20 Comment(2)
Based on this answer, there aren't really any reasons to use Solr compared to Elasticsearch, so it would be logical to think there aren't really any reasons to use Amazon CloudSearch compared to Amazon Elasticsearch Service, either.Santoro
Pricing is an important factorSheriff

© 2022 - 2024 — McMap. All rights reserved.