Purchase an OpenSearch Retrieval Engine Edition instance

更新时间:
复制 MD 格式

Purchase an OpenSearch Retrieval Engine Edition instance to deploy a managed search cluster with Query Result Searcher (QRS) workers and Searcher workers sized to your workload.

Prerequisites

Before you begin, ensure that you have:

  • An Alibaba Cloud account with real-name verification complete

  • An AccessKey pair for your Alibaba Cloud account — required to create and use OpenSearch instances. When you log on to the OpenSearch console using your Alibaba Cloud account for the first time, you are prompted to create an AccessKey pair before performing subsequent operations.

  • A virtual private cloud (VPC) is created. For more information, see What is a VPC?

To access an OpenSearch Retrieval Engine Edition instance as a RAM user, attach the AliyunSearchEngineFullAccess or AliyunSearchEngineReadOnlyAccess policy to the RAM user using your Alibaba Cloud account. For setup instructions, see Create a RAM user and grant permissions to the RAM user.

Create an instance

  1. Log on to the OpenSearch console. In the upper-left corner, switch to OpenSearch Retrieval Engine Edition.

    image.png

  2. On the Instances page, click Create Instance.

    image.png

  3. On the buy page, set Service Edition to Retrieval Engine Edition, then configure the following parameters: The estimated cost updates automatically on the buy page as you adjust worker counts and specifications. Click Buy Now.

    ParameterDescription
    Region and ZoneThe region and zone where the instance is deployed.
    QRS WorkersThe number of QRS workers.
    QRS Worker SpecificationsThe compute specification for each QRS worker.
    Searcher WorkersThe number of Searcher workers.
    Searcher Worker SpecificationsThe compute specification for each Searcher worker.
    Total Storage Space of Single Searcher WorkerThe storage allocated per Searcher worker. Each worker includes a free quota. Additional storage is available in increments of 50 GB; you are charged only for the amount that exceeds the free quota.
    VPCThe VPC for the instance. You must select the same VPC used by the ECS instance that accesses OpenSearch. A mismatched VPC or vSwitch returns {'errors':{'code':'403','message':'Forbidden'}}.
    vSwitchThe vSwitch within the VPC. You must select the same vSwitch used by the ECS instance that accesses OpenSearch.
    UsernameThe username for query permission verification. Do not use your Alibaba Cloud account credentials.
    PasswordThe password for query permission verification. Do not use your Alibaba Cloud account credentials.
  4. On the Confirm Order page, review your configuration, accept the service agreement, and click Activate Now.

    image.png

  5. After activation, click Console. The new instance appears on the Instances page.

    image.png

  6. (Optional) To rename the instance, click Manage in the Actions column to open the Instance Details page. In the Basic Information section, click the Modify icon next to the instance name, enter a new name, and click Confirm.

    image.png

    image.png

What's next

With the instance running, complete the following steps to prepare for production traffic:

  1. Configure indexes and data sources — Define the schema for your data and connect your data sources. See Getting started.

  2. Push data to the instance — Index your data to make it searchable.

  3. Run test queries — Validate your setup and confirm search results match expectations before going live.