DEV Community

Trace of Data Using Amazon OpenSearch Service

“ I have checked the documents of AWS to get the solution for trace of data using amazon opensearch service, in such a scenario it is possible to get into the opensearch dashboard and verify the data fetched in it . In terms of cost, need to pay for opensearch service includes instance hours, amount of storage and data transferred in and out of service. Storage pricing depends on the storage tier and type of instance to be choosed.”

Amazon OpenSearch Service is a managed service that makes it easy to deploy, operate and scale opensearch, a popular open-source search and analytics engine. Opensearch service also offers security options, high availability, data durability and direct access to the opensearch API.

In this post, you will experience how to trace of data using amazon opensearch service. Here I have created an amazon opensearch service domain with iam role.

Architecture Overview

Image description
The architecture diagram shows the overall deployment architecture with data flow, amazon opensearch service, opensearch dashboard, sample data.

Solution overview

The blog post consists of the following phases:

  1. Create of Amazon OpenSearch Service Domain and Verify of Configurations
  2. Output of OpenSearch Dashboard with Sample Ecommerce Data

Phase 1: Create of Amazon OpenSearch Service Domain and Verify of Configurations

  1. Open the console of Amazon opensearch service, create a domain with managed clusters. Give domain name as “opensearch-domain-one” and domain name method as standard create. Use template as dev/test, deployment options including Az and engine versions, data nodes, network access and fine grained access control.

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Phase 2: Output of OpenSearch Dashboard with Sample Ecommerce Data

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Image description

Clean-up

Delete of Amazon opensearch Domain and IAM role.

Pricing

I review the pricing and estimated cost of this example.

Cost of Amazon opensearch service = $0.167 per r6g.large.search instance hour + $0.122/GB-month gp3 storage = $(0.167x4 + 0.122x1)

Total Cost = $0.79

Summary

In this post, I showed “how to trace of data using amazon opensearch service”.

For more details on Amazon OpenSearch Service, Checkout Get started Amazon OpenSearch Service, open the Amazon OpenSearch Service console. To learn more, read the Amazon OpenSearch Service documentation.

Thanks for reading!

Connect with me: Linkedin
Image description

Top comments (0)