AWS glue documentation change
Summary
Replaced placeholder S3 bucket name 'DOC-EXAMPLE-BUCKET' with 'amzn-s3-demo-bucket' in code examples and documentation.
Security assessment
Routine documentation update to standardize example bucket names. No security implications or feature changes.
Diff
diff --git a/glue/latest/dg/add-job-python.md b/glue/latest/dg/add-job-python.md index ef499a344..b14b19242 100644 --- a//glue/latest/dg/add-job-python.md +++ b//glue/latest/dg/add-job-python.md @@ -102 +102 @@ You can also create a **Python shell** job using the AWS CLI, as in the followin - --command '{"Name" : "pythonshell", "PythonVersion": "3.9", "ScriptLocation" : "s3://DOC-EXAMPLE-BUCKET/scriptname.py"}' + --command '{"Name" : "pythonshell", "PythonVersion": "3.9", "ScriptLocation" : "s3://amzn-s3-demo-bucket/scriptname.py"}' @@ -188 +188 @@ You might already have one or more Python libraries packaged as an `.egg` or a ` - --connections Connections=connection-name --default-arguments '{"--extra-py-files" : ["s3://DOC-EXAMPLE-BUCKET/EGG-FILE", "s3://DOC-EXAMPLE-BUCKET/WHEEL-FILE"]}' + --connections Connections=connection-name --default-arguments '{"--extra-py-files" : ["s3://amzn-s3-demo-bucket/EGG-FILE", "s3://amzn-s3-demo-bucket/WHEEL-FILE"]}' @@ -254 +254 @@ Upload this file to Amazon S3. -In this example, the uploaded file path is either `s3://DOC-EXAMPLE-BUCKET/EGG-FILE` or `s3://DOC-EXAMPLE-BUCKET/WHEEL-FILE`. +In this example, the uploaded file path is either `s3://amzn-s3-demo-bucket/EGG-FILE` or `s3://amzn-s3-demo-bucket/WHEEL-FILE`. @@ -269 +269 @@ In this example, the uploaded file path is either `s3://DOC-EXAMPLE-BUCKET/EGG-F - 11. Upload the preceding file to Amazon S3. In this example, the uploaded file path is `s3://DOC-EXAMPLE-BUCKET/scriptname.py`. + 11. Upload the preceding file to Amazon S3. In this example, the uploaded file path is `s3://amzn-s3-demo-bucket/scriptname.py`. @@ -277,2 +277,2 @@ Using the AWS CLI, create a job with a command, as in the following example. - aws glue create-job --name python-redshift-test-cli --role Role --command '{"Name" : "pythonshell", "ScriptLocation" : "s3://DOC-EXAMPLE-BUCKET/scriptname.py"}' - --connections Connections="connection-name" --default-arguments '{"--extra-py-files" : ["s3://DOC-EXAMPLE-BUCKET/EGG-FILE", "s3://DOC-EXAMPLE-BUCKET/WHEEL-FILE"]}' + aws glue create-job --name python-redshift-test-cli --role Role --command '{"Name" : "pythonshell", "ScriptLocation" : "s3://amzn-s3-demo-bucket/scriptname.py"}' + --connections Connections="connection-name" --default-arguments '{"--extra-py-files" : ["s3://amzn-s3-demo-bucket/EGG-FILE", "s3://amzn-s3-demo-bucket/WHEEL-FILE"]}'