AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

Service: opensearch-service · 2025-04-20 · Documentation low

File: opensearch-service/latest/developerguide/migration.md

Summary

Updated example bucket names in migration commands and policies

Security assessment

Standardized example bucket names without security implications

Diff

diff --git a/opensearch-service/latest/developerguide/migration.md b/opensearch-service/latest/developerguide/migration.md
index ee68440b8..48879c3df 100644
--- a//opensearch-service/latest/developerguide/migration.md
+++ b//opensearch-service/latest/developerguide/migration.md
@@ -58,2 +58,2 @@ For smaller clusters, a one-time approach is to take a [shared file system snaps
-        aws s3 mb s3://bucket-name --region us-west-2
-    aws s3 sync . s3://bucket-name --sse AES256
+        aws s3 mb s3://amzn-s3-demo-bucket --region us-west-2
+    aws s3 sync . s3://amzn-s3-demo-bucket --sse AES256
@@ -106 +106 @@ In the AWS Identity and Access Management (IAM) console, [create a role](https:/
-            "arn:aws:s3:::bucket-name"
+            "arn:aws:s3:::amzn-s3-demo-bucket"
@@ -117 +117 @@ In the AWS Identity and Access Management (IAM) console, [create a role](https:/
-            "arn:aws:s3:::bucket-name/*"
+            "arn:aws:s3:::amzn-s3-demo-bucket/*"
@@ -192 +192 @@ Most programming languages have libraries to assist with signing requests, but t
-        "bucket": "bucket-name",
+        "bucket": "amzn-s3-demo-bucket",