AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

Service: opensearch-service · 2026-05-31 · Documentation low

File: opensearch-service/latest/developerguide/serverless-comparison.md

Summary

Two updates: 1) Replaced relative pricing link with absolute URL 2) Improved TLS recommendation phrasing ('it is recommend' to 'we recommend that you use').

Security assessment

Link update has no security impact. TLS phrasing improvement reinforces existing security best practices but doesn't introduce new vulnerabilities or security content.

Diff

diff --git a/opensearch-service/latest/developerguide/serverless-comparison.md b/opensearch-service/latest/developerguide/serverless-comparison.md
index f7b0e7668..2440e0867 100644
--- a//opensearch-service/latest/developerguide/serverless-comparison.md
+++ b//opensearch-service/latest/developerguide/serverless-comparison.md
@@ -17 +17 @@ Feature | OpenSearch Service | OpenSearch Serverless
-**Billing** |  You pay for each hour of use of an EC2 instance and for the cumulative size of any EBS storage volumes attached to your instances. For more information, see [Pricing for Amazon OpenSearch Service](./what-is.html#pricing). |  You're charged in OCU-hours for compute for data ingestion, compute for search and query, and storage retained in S3. For more information, see [Pricing](./serverless-overview.html#serverless-pricing).  
+**Billing** |  You pay for each hour of use of an EC2 instance and for the cumulative size of any EBS storage volumes attached to your instances. For more information, see [Pricing for Amazon OpenSearch Service](./what-is.html#pricing). |  You're charged in OCU-hours for compute for data ingestion, compute for search and query, and storage retained in S3. For more information, see [Amazon OpenSearch Service pricing](https://aws.amazon.com/opensearch-service/pricing/).  
@@ -29 +29 @@ Feature | OpenSearch Service | OpenSearch Serverless
-**Transport Layer Security (TLS)** | OpenSearch Service supports TLS 1.2 but it is recommend you use TLS 1.3. | OpenSearch Serverless supports TLS 1.2 but it is recommended you use TLS 1.3.  
+**Transport Layer Security (TLS)** | OpenSearch Service supports TLS 1.2, but we recommend that you use TLS 1.3. | OpenSearch Serverless supports TLS 1.2, but we recommend that you use TLS 1.3.