AWS datapipeline documentation change
Summary
Updated example S3 bucket name from 'mybucket' to 'amzn-s3-demo-bucket'
Security assessment
The change standardizes example bucket names but does not relate to security issues or document security features.
Diff
diff --git a/datapipeline/latest/DeveloperGuide/dp-how-task-runner-user-managed.md b/datapipeline/latest/DeveloperGuide/dp-how-task-runner-user-managed.md index af5533cc4..ff3457106 100644 --- a//datapipeline/latest/DeveloperGuide/dp-how-task-runner-user-managed.md +++ b//datapipeline/latest/DeveloperGuide/dp-how-task-runner-user-managed.md @@ -62 +62 @@ In a new command prompt window that is set to the directory where you installed - java -jar TaskRunner-1.0.jar --config ~/credentials.json --workerGroup=myWorkerGroup --region=MyRegion --logUri=s3://mybucket/foldername + java -jar TaskRunner-1.0.jar --config ~/credentials.json --workerGroup=myWorkerGroup --region=MyRegion --logUri=s3://amzn-s3-demo-bucket/foldername