aws-samples / aws-samples/amazon-personalize-samples

enumerate IAM policies that are required to run jupyter notebooks

Open
#49 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
602
Forks
338
PR merge metrics
No merged PRs in 30d

Description

That's what worked for me:
- AmazonEC2ContainerRegistryFullAccess
- AmazonS3FullAccess
- AmazonPersonalizeFullAccess
- AmazonSageMakerFullAccess
- AmazonSageMaker-ExecutionPolicy-20191017T020905
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::*"
]
}
]
}

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the repository's Jupyter notebook setup instructions and any existing IAM references; the issue does not name a specific file. Document the policies required to run the notebooks, clarify their scope, and ensure the documented requirements match the notebook examples.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, jupyter-notebook
Domain
cloud, documentation, security
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.