|
32 | 32 | "\n", |
33 | 33 | "For information about creating a bucket, see [Creating a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html). For information about creating a database, see [Create a database](https://docs.aws.amazon.com/athena/latest/ug/getting-started.html#step-1-create-a-database).\n", |
34 | 34 | "\n", |
35 | | - "Amazon Athena uses the AWS Glue Data Catalog to read the data from Amazon S3 into a database. You must have permissions to use Glue. To clean up, you also need permissions to delete the bucket you've created. For a quick guide to providing permissions, see [Setting up\n", |
36 | | - "](http://parsash-clouddesk-2024.aka.corp.amazon.com/sagemaker-dg/src/AWSIronmanApiDoc/build/server-root/sagemaker/latest/dg/create-end-to-end-ml-workflow-athena.html#setting-up)." |
| 35 | + "Amazon Athena uses the AWS Glue Data Catalog to read the data from Amazon S3 into a database. You must have permissions to use Glue. To clean up, you also need permissions to delete the bucket you've created. For information about providing permissions, see [Identity and access management for AWS Glue\n", |
| 36 | + "](https://docs.aws.amazon.com/glue/latest/dg/security-iam.html)." |
37 | 37 | ] |
38 | 38 | }, |
39 | 39 | { |
|
911 | 911 | " outputs=[\n", |
912 | 912 | " ProcessingOutput(\n", |
913 | 913 | " source=\"/opt/ml/processing/output/train\",\n", |
914 | | - " destination=\"s3://ux360-nyc-taxi-dogfooding/output/train\",\n", |
| 914 | + " destination=\"s3://example-s3-bucket/output/train\",\n", |
915 | 915 | " ),\n", |
916 | 916 | " ProcessingOutput(\n", |
917 | 917 | " source=\"/opt/ml/processing/output/validation\",\n", |
918 | | - " destination=\"s3://ux360-nyc-taxi-dogfooding/output/validation\",\n", |
| 918 | + " destination=\"s3://example-s3-bucket/output/validation\",\n", |
919 | 919 | " ),\n", |
920 | 920 | " ProcessingOutput(\n", |
921 | 921 | " source=\"/opt/ml/processing/output/test\",\n", |
922 | | - " destination=\"s3://ux360-nyc-taxi-dogfooding/output/test\",\n", |
| 922 | + " destination=\"s3://example-s3-bucket/output/test\",\n", |
923 | 923 | " ),\n", |
924 | 924 | " ],\n", |
925 | 925 | ")" |
|
941 | 941 | "outputs": [], |
942 | 942 | "source": [ |
943 | 943 | "# Verify that train.csv is in the location that you've specified\n", |
944 | | - "!aws s3 ls s3://ux360-nyc-taxi-dogfooding/output/train/train.csv" |
| 944 | + "!aws s3 ls s3://example-s3-bucket/output/train/train.csv" |
945 | 945 | ] |
946 | 946 | }, |
947 | 947 | { |
|
960 | 960 | "outputs": [], |
961 | 961 | "source": [ |
962 | 962 | "# Verify that val.csv is in the location that you've specified\n", |
963 | | - "!aws s3 ls s3://ux360-nyc-taxi-dogfooding/output/validation/val.csv" |
| 963 | + "!aws s3 ls s3://example-s3-bucket/output/validation/val.csv" |
964 | 964 | ] |
965 | 965 | }, |
966 | 966 | { |
|
0 commit comments