aws-samples / amazon-bedrock-workshop

This is a workshop designed for Amazon Bedrock a foundational model service.
https://catalog.us-east-1.prod.workshops.aws/workshops/a4bdb007-5600-4368-81c5-ff5b4154f518/en-US/20-intro
MIT No Attribution
1.38k stars 591 forks source link

missing policies for 02_qa_w_rag_claude_opensearch.ipynb #143

Closed saidnech closed 5 months ago

saidnech commented 9 months ago

I had to add the following policies to get 02_qa_w_rag_claude_opensearch.ipynb working

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "iam:CreateServiceLinkedRole", "Resource": "*" } ] }

{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": "aoss:", "Resource": "" } ] }

w601sxs commented 5 months ago

Closing this; please refer to the latest bedrock workshop update and reopen if still relevant