AWS prescriptive-guidance documentation change
Summary
Replaced specific bucket names with placeholder 'DOC-EXAMPLE-BUCKET' throughout documentation and IAM policy
Security assessment
Standardization of example bucket names doesn't address security vulnerabilities. No security features added or modified.
Diff
diff --git a/prescriptive-guidance/latest/patterns/migrate-data-from-microsoft-azure-blob-to-amazon-s3-by-using-rclone.md b/prescriptive-guidance/latest/patterns/migrate-data-from-microsoft-azure-blob-to-amazon-s3-by-using-rclone.md index 7d6c5e9f1..021839123 100644 --- a//prescriptive-guidance/latest/patterns/migrate-data-from-microsoft-azure-blob-to-amazon-s3-by-using-rclone.md +++ b//prescriptive-guidance/latest/patterns/migrate-data-from-microsoft-azure-blob-to-amazon-s3-by-using-rclone.md @@ -127,3 +127,3 @@ Verify Rclone configuration.| To confirm that Rclone is configured and permissio - 2022-03-07 01:44:40 amzn-s3-demo-bucket1 - 2022-03-07 01:45:16 amzn-s3-demo-bucket2 - 2022-03-07 02:12:07 amzn-s3-demo-bucket3 + 2022-03-07 01:44:40 DOC-EXAMPLE-BUCKET + 2022-03-07 01:45:16 DOC-EXAMPLE-BUCKET + 2022-03-07 02:12:07 DOC-EXAMPLE-BUCKET @@ -133 +133 @@ Verify Rclone configuration.| To confirm that Rclone is configured and permissio - [root@ip-10-0-20-157 ~]# rclone ls s3:amzn-s3-demo-bucket1 + [root@ip-10-0-20-157 ~]# rclone ls s3:DOC-EXAMPLE-BUCKET @@ -145 +145 @@ Migrate data from your containers.| Run the Rclone [copy](https://rclone.org/com - rclone copy AZStorageAccount:blob-container s3:amzn-s3-demo-bucket1 + rclone copy AZStorageAccount:blob-container s3:DOC-EXAMPLE-BUCKET @@ -150 +150 @@ Migrate data from your containers.| Run the Rclone [copy](https://rclone.org/com - rclone sync AZStorageAccount:blob-container s3:amzn-s3-demo-bucket1 + rclone sync AZStorageAccount:blob-container s3:DOC-EXAMPLE-BUCKET @@ -191,2 +191,2 @@ This policy gives your EC2 instance read and write access to a specific bucket i - "arn:aws:s3:::amzn-s3-demo-bucket/*", - "arn:aws:s3:::amzn-s3-demo-bucket" + "arn:aws:s3:::DOC-EXAMPLE-BUCKET/*", + "arn:aws:s3:::DOC-EXAMPLE-BUCKET"