Set Up OpenSearch Cluster

Create an OpenSearch Domain

  1. Navigate to OpenSearch by clicking on the Services menu, under the Analytics section.

  2. Click on Create domain button.

  3. In the Name :

    • Domain name: Enter semantic-search-domain
  4. Domain creation method: Select Standard create

  5. Templates: Select Dev/test

  6. In the Deployment option(s):

    • Choose Domain without standby
    • Select 1AZ
  7. In the Data nodes:

    • Instance type: Select t3.small.search
    • Number of data nodes: Enter 1
    • Storage type: Select EBS with 10GB storage of General Purpose SSD (gp3)
  8. Network mode : Select Public access

  9. Fine-grained access control:

    • Select Create master user
    • Master user name: Enter admin
    • Master password: Enter <password>
  10. Access policy:

    • Select Allow open access to the domain
  11. Click on Create domain button

Wait for the domain to be created. Once the domain is created, you will see the domain status as Active.

Docs Version Dropdown