AWS dms documentation change
Summary
Updated example S3 bucket name from 'my-bucket' to 'amzn-s3-demo-bucket' in IAM policy JSON examples
Security assessment
Change only updates example placeholder text for an S3 bucket name. No security implications or security feature documentation added.
Diff
diff --git a/dms/latest/userguide/CHAP_Tasks.AssessmentReport.Prerequisites.md index 8f22b42b1..5bc55b70f 100644 --- a/dms/latest/userguide/CHAP_Tasks.AssessmentReport.Prerequisites.md +++ b/dms/latest/userguide/CHAP_Tasks.AssessmentReport.Prerequisites.md @@ -42 +42 @@ To create the IAM policy, do the following: - 5. Paste the following JSON code into the editor, replacing the example code. Replace `my-bucket` with the name of the Amazon S3 bucket that you created in the previous section. + 5. Paste the following JSON code into the editor, replacing the example code. Replace `amzn-s3-demo-bucket` with the name of the Amazon S3 bucket that you created in the previous section. @@ -56 +56 @@ To create the IAM policy, do the following: - "arn:aws:s3:::my-bucket/*" + "arn:aws:s3:::amzn-s3-demo-bucket/*" @@ -66 +66 @@ To create the IAM policy, do the following: - "arn:aws:s3:::my-bucket" + "arn:aws:s3:::amzn-s3-demo-bucket"