AWS opensearch-service documentation change
Summary
Added new documentation page for Amazon OpenSearch Service with sections on security, data encryption, IAM, and fine-grained access control.
Security assessment
Introduces new security documentation topics including data protection and access control, but doesn't address specific vulnerabilities. The 'Secure your data' section explicitly adds security guidance.
Diff
diff --git a/opensearch-service/index.md b/opensearch-service/index.md index 8b1378917..0b37f6c03 100644 --- a//opensearch-service/index.md +++ b//opensearch-service/index.md @@ -0,0 +1,48 @@ +# Amazon OpenSearch Service Documentation + +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. + +## Get started + +### [Overview of Amazon OpenSearch Service Learn about the basic concepts and features in OpenSearch Service. ](/opensearch-service/latest/developerguide/) + +### [Create a domain and index sample data In this tutorial, walk through the basic steps to get an OpenSearch Service domain up and running quickly. ](/opensearch-service/latest/developerguide/gsg.html) + +### [Create and search for documents In this tutorial, learn how to add documents and perform basic searches. ](/opensearch-service/latest/developerguide/quick-start.html) + +### [Create an OpenSearch Serverless collection Get started with Amazon OpenSearch Serverless by creating an on-demand, auto scaling, serverless collection. ](/opensearch-service/latest/developerguide/serverless-getting-started.html) ### [Create an OpenSearch Ingestion pipeline Get started with Amazon OpenSearch Ingestion by creating a simple pipeline and ingesting some sample data. ](/opensearch-service/latest/developerguide/osis-get-started.html) + +## Index and search data + +### [Create domains Use this step-by-step guide to create and manage domains. ](/opensearch-service/latest/developerguide/createupdatedomains.html) ### [Ingest data Ingest data into your domains and collections using Amazon OpenSearch Ingestion. ](/opensearch-service/latest/developerguide/ingestion.html) ### [Search your data Use SQL, PPL, and other methods to search your data. ](/opensearch-service/latest/developerguide/searching.html) + +## Manage OpenSearch Service + +### [Manage indexes Work with and manage your indexes with tools like Index State Management, UltraWarm, and cross-cluster replication. ](/opensearch-service/latest/developerguide/managing-indices.html) ### [Secure your data Protect your data with various encryption mechanisms, IAM, and fine-grained access control. ](/opensearch-service/latest/developerguide/security.html) ### [Take index snapshots Back up your data and automate backups with Index State Management. ](/opensearch-service/latest/developerguide/managedomains-snapshots.html) + +## User guides + +### [Developer Guide Explains how to create, query, and maintain OpenSearch Service domains. ](/opensearch-service/latest/developerguide/) + +## References + +### [OpenSearch Service API Reference Describes the API operations for OpenSearch Service, including sample requests and responses. ](/opensearch-service/latest/APIReference/API_Operations_Amazon_OpenSearch_Service.html) + +### [OpenSearch Service CLI Reference Describes the CLI commands for OpenSearch Service. ](/cli/latest/reference/opensearch/) ### [OpenSearch Serverless CLI Reference Describes the CLI commands for Amazon OpenSearch Serverless. ](/cli/latest/reference/opensearchserverless/) ### [OpenSearch Serverless API Reference Describes the API operations for Amazon OpenSearch Serverless, including sample requests and responses. ](/opensearch-service/latest/ServerlessAPIReference/Welcome.html) + +### [OpenSearch Ingestion CLI Reference Describes the CLI commands for Amazon OpenSearch Ingestion. ](/cli/latest/reference/osis/) ### [OpenSearch Ingestion API Reference Describes the API operations for Amazon OpenSearch Ingestion. ](/opensearch-service/latest/APIReference/API_Operations_Amazon_OpenSearch_Ingestion.html) + +### [OpenSearch OSS Documentation Provides open-source documentation for OpenSearch, which is the fully open-source search and analytics engine that OpenSearch Service is built around. ](https://opensearch.org/docs/latest/) + +[GitHub](https://github.com/opensearch-project/documentation-website) + +## Related Links + + * [AWS Glossary](http://docs.aws.amazon.com/general/latest/gr/glos-chap.html) + * [Getting Started with AWS](https://aws.amazon.com/documentation/gettingstarted/) + * [SDKs & Tools](https://aws.amazon.com/tools/) + * [AWS General Reference](http://docs.aws.amazon.com/general/latest/gr/Welcome.html) + * [AWS Training](https://aws.amazon.com/training/) + * [AWS Case Studies](https://aws.amazon.com/solutions/case-studies/) + * [AWS Whitepapers](https://aws.amazon.com/whitepapers/) +