AWS Security ChangesHomeSearch

AWS dms documentation change

Service: dms · 2025-03-10 · Documentation low

File: dms/latest/userguide/CHAP_Target.Neptune.md

Summary

Updated example bucket names from 'my-bucket' to 'amzn-s3-demo-bucket' in S3 references and IAM policies

Security assessment

Example standardization without security implications

Diff

diff --git a/dms/latest/userguide/CHAP_Target.Neptune.md
index 815035d37..c5fe75792 100644
--- a/dms/latest/userguide/CHAP_Target.Neptune.md
+++ b/dms/latest/userguide/CHAP_Target.Neptune.md
@@ -97,2 +97,2 @@ For a Neptune target in the AWS DMS console, specify **Endpoint-specific setting
-           "S3BucketName":"my-bucket",
-           "S3BucketFolder":"my-bucket-folder",
+           "S3BucketName":"amzn-s3-demo-bucket",
+           "S3BucketFolder":"amzn-s3-demo-bucket-folder",
@@ -161 +161 @@ Attach an IAM policy like the following to your service role. This policy allows
-    				"arn:aws:s3:::my-bucket"
+    				"arn:aws:s3:::amzn-s3-demo-bucket"
@@ -173 +173 @@ Attach an IAM policy like the following to your service role. This policy allows
-    				"arn:aws:s3:::my-bucket/"
+    				"arn:aws:s3:::amzn-s3-demo-bucket/"
@@ -181,2 +181,2 @@ Attach an IAM policy like the following to your service role. This policy allows
-    				"arn:aws:s3:::my-bucket",
-    				"arn:aws:s3:::my-bucket/"
+    				"arn:aws:s3:::amzn-s3-demo-bucket",
+    				"arn:aws:s3:::amzn-s3-demo-bucket/"
@@ -188 +188 @@ Attach an IAM policy like the following to your service role. This policy allows
-The preceding IAM policy allows your account to query the contents of the S3 bucket (`arn:aws:s3:::my-bucket`) created for your Neptune target. It also allows your account to fully operate on the contents of all bucket files and folders (`arn:aws:s3:::my-bucket/`).
+The preceding IAM policy allows your account to query the contents of the S3 bucket (`arn:aws:s3:::amzn-s3-demo-bucket`) created for your Neptune target. It also allows your account to fully operate on the contents of all bucket files and folders (`arn:aws:s3:::amzn-s3-demo-bucket/`).