AWS opensearch-service documentation change
Summary
Enhanced encryption documentation specifying TLS 1.2 usage and internal component encryption
Security assessment
The change provides more detailed encryption information which improves security transparency but doesn't indicate a security issue fix
Diff
diff --git a/opensearch-service/latest/developerguide/serverless-overview.md b/opensearch-service/latest/developerguide/serverless-overview.md index 493e22b1d..8d4458f3a 100644 --- a//opensearch-service/latest/developerguide/serverless-overview.md +++ b//opensearch-service/latest/developerguide/serverless-overview.md @@ -15 +15 @@ An OpenSearch Serverless _collection_ is a group of OpenSearch indexes that work -Collections use the same high-capacity, distributed, and highly available storage as provisioned OpenSearch Service domains, but further reduce complexity by eliminating manual configuration and tuning. Data within a collection is encrypted in transit. OpenSearch Serverless also supports OpenSearch Dashboards, providing an interface for data analysis. +Collections use the same high-capacity, distributed, and highly available storage as provisioned OpenSearch Service domains, but further reduce complexity by eliminating manual configuration and tuning. All communication with OpenSearch Serverless endpoints uses TLS 1.2 encryption, ensuring data is encrypted in transit from client to endpoint. Data is also encrypted in transit between internal components of a collection. OpenSearch Serverless also supports OpenSearch Dashboards, providing an interface for data analysis.