AWS Open Source Blog
Category: Amazon OpenSearch Service
AWS Welcomes the OpenSearch Software Foundation
The OpenSearch project is moving to The Linux Foundation to become the OpenSearch Software Foundation.
Why AWS Supports Valkey
AWS is committed to supporting open source Valkey for the long term. We are adding Valkey support to our ElastiCache and MemoryDB managed database services and contributing to the open source Valkey project.
Integrating the AWS Lambda Telemetry API with Prometheus and OpenSearch
Learn how the AWS Lambda Telemetry API works and how to integrate it with open source observability and telemetry solutions such as Prometheus and OpenSearch.
OpenSearch Expands Leadership Beyond AWS
With the creation of the OpenSearch Leadership Committee, the project is taking another step toward open governance.
Building Automation for Fraud Detection Using OpenSearch and Terraform
Customers can reduce the time it takes to detect and prevent fraud with this solution which allows financial analysts faster access to transactional data by automating data ingestion and replication.
Keeping clients of OpenSearch and Elasticsearch compatible with open source
The OpenSearch project is a long-term investment in a secure, high-quality, Apache-2.0 licensed search and analytics suite with a rich roadmap of innovative functionality. OpenSearch aims to provide wire compatibility with open source distributions of Elasticsearch 7.10.2, the software from which it was derived. This makes it easy for developers to migrate their applications to […]
Introducing OpenSearch
Today, we are introducing the OpenSearch project, a community-driven, open source fork of Elasticsearch and Kibana. We are making a long-term investment in OpenSearch to ensure users continue to have a secure, high-quality, fully open source search and analytics suite with a rich roadmap of new and innovative functionality. This project includes OpenSearch (derived from […]
Launching Open Distro for Elasticsearch security features on Amazon Elasticsearch Service
We are excited to announce that we are making new Open Distro for Elasticsearch security features available on Amazon Elasticsearch Service. Amazon Elasticsearch Service is frequently used for sensitive enterprise workloads, and today’s launch adds multiple capabilities to give you even tighter control over your data. New features include the ability to use roles to […]
What Amazon gets by giving back to Apache Lucene
At pretty much any scale, search is hard. It becomes dramatically harder, however, when searching at Amazon scale: think billions of products, complicated by millions of sellers constantly changing those products on a daily basis, with hundreds of millions of customers searching through that inventory at all hours. Although Amazon has powered its product […]
Demystifying Elasticsearch shard allocation
At the core of OpenSearch’s ability to provide a seamless scaling experience, lies its ability distribute its workload across machines. This is achieved via sharding. When you create an index you set a primary and replica shard count for that index. Elasticsearch distributes your data and requests across those shards, and the shards across your […]