OpenSearch

Deploy, operate, and scale OpenSearch clusters in the AWS

Migrating to OpenSearch | Creating a search app |

Overview

  • Deploy, operate, and scale OpenSearch clusters in the AWS.

  • Search, analyze, and visualize your data in real-time.

To get started using OpenSearch Service, you create an OpenSearch Service domain, which is equivalent to an OpenSearch cluster. Each EC2 instance in the cluster acts as one OpenSearch Service node.

Features

OpenSearch Serverless

OpenSearch Ingestion

Pricing

Pay for

  • EC2

  • EBS

  • Standard data transfer charge

You can use curl to search documents from the command line

curl -XGET -u 'master-user:master-user-password' 'domain-endpoint/movies/_search?q=mars&pretty=true'

Troubleshooting

Concepts

Last updated