AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

Service: opensearch-service · 2025-07-25 · Documentation low

File: opensearch-service/latest/developerguide/configure-client-docdb.md

Summary

Updated ARN examples with specific account ID (111122223333) and improved JSON formatting

Security assessment

Changes involve standardizing example ARNs and formatting adjustments. No security vulnerabilities or security feature documentation added.

Diff

diff --git a/opensearch-service/latest/developerguide/configure-client-docdb.md b/opensearch-service/latest/developerguide/configure-client-docdb.md
index 005f25abf..c60d2d4c0 100644
--- a//opensearch-service/latest/developerguide/configure-client-docdb.md
+++ b//opensearch-service/latest/developerguide/configure-client-docdb.md
@@ -115 +115,3 @@ JSON
-                "Resource": ["arn:aws:secretsmanager:region:account-id:secret:secret-name"]
+                "Resource": [
+                    "arn:aws:secretsmanager:us-east-1:account-id:secret:secret-name"
+                ]
@@ -129,3 +131,3 @@ JSON
-                    "arn:aws:ec2:*:account-id:network-interface/*",
-                    "arn:aws:ec2:*:account-id:subnet/*",
-                    "arn:aws:ec2:*:account-id:security-group/*"
+                    "arn:aws:ec2:*:111122223333:network-interface/*",
+                    "arn:aws:ec2:*:111122223333:subnet/*",
+                    "arn:aws:ec2:*:111122223333:security-group/*"
@@ -153,2 +155 @@ JSON
-                   "StringEquals": 
-                        {
+                    "StringEquals": {