This lab introduces learners to Amazon OpenSearch Service, focusing on its setup, configuration, and basic data analysis capabilities.
Course objectives
- Create and configure an OpenSearch domain in a VPC environment.
- Access and navigate the OpenSearch Dashboard interface.
- Create and validate an index structure in OpenSearch.
- Load sample data using OpenSearch’s bulk API.
- Perform basic and filtered searches using both API commands and Dashboard interface.
- Create and use index patterns for data discovery.
Prerequisites
- Basic familiarity with the AWS Management Console.
- Basic understanding of JSON format.
- Understanding of basic search concepts.
- No prior experience with OpenSearch or Elasticsearch is required.
Outline
- Task 1: Creating and configuring an OpenSearch domain
- Task 2: Configuring Dashboard interface, creating index and populating with data
- Task 3: Search with basic query commands
- Task 4: Exploring OpenSearch Dashboards interface
- Task 5: Verifying OpenSearch domain creation