Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"source": [
"### Specify a Bucket for Our Data\n",
"\n",
"Amazon Personalize only supports the uploading of data from an S3 bucket. Hence, you need to create a new bucket or re-use an existing one. If you need to create one the you **MUST** name your bucket before running this Code cell by editing the value for *bucket* in the code below. You need to ensure that the bucket name is globally unique; for this lab we recommend using your name or initials, followed by *-amazon-personalize-lab*, as that is likely to be unique. Also, you **MUST** ensure that the bucket name contains the work *personalize*, as some IAM permissions later rely on this.\n",
"Amazon Personalize only supports the uploading of data from an S3 bucket. Hence, you need to create a new bucket or re-use an existing one. If you need to create one the you **MUST** name your bucket before running this Code cell by editing the value for *bucket* in the code below. You need to ensure that the bucket name is globally unique; for this lab we recommend using your name or initials, followed by *-amazon-personalize-lab*, as that is likely to be unique. Also, you **MUST** ensure that the bucket name contains the word *personalize*, as some IAM permissions later rely on this.\n",
"\n",
"If the bucket already exists - such as if you execute this code cell a second time - then it will not create a new bucket, and will not make any changes to the existing bucket. If this happens unexpectedly then please check your own S3 page in the console to ensure that the bucket is in your account."
]
Expand Down