Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Many customers head to sagemaker and run notebooks but forget to attach the policy to sagemaker execution role. Adding this simple in readme helps customers to quickly get onboard and run the notebooks.
  • Loading branch information
mlonaws authored Jul 20, 2023
1 parent 27632e3 commit 01a9268
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,22 @@ What’s included in this workshop:
Workshop Link: [https://catalog.us-east-1.prod.workshops.aws/workshops/a4bdb007-5600-4368-81c5-ff5b4154f518/en-US/](https://catalog.us-east-1.prod.workshops.aws/workshops/a4bdb007-5600-4368-81c5-ff5b4154f518/en-US)





## IAM Policy for Bedrock
Following IAM policy should be created to grant access on Bedrock APIs:
```
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Statement1",
"Effect": "Allow",
"Action": "bedrock:*",
"Resource": "*"
}
]
}
```
After the policy created, you need to attach the policy to your **Sagemaker Execution Role**.

## Using these notebooks

Expand Down

0 comments on commit 01a9268

Please sign in to comment.