From the course: Building Applications Using Amazon Bedrock
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Setting permissions for Amazon Kendra - Amazon Bedrock Tutorial
From the course: Building Applications Using Amazon Bedrock
Setting permissions for Amazon Kendra
- [Instructor] In order to be able to retrieve results from Amazon Kendra, we will need to give our IAM user permissions to access Kendra via a permissions policy that can be attached to our group. Let's set that up now. So head over to the AWS Console. You could start searching for IAM and click on Groups. We're going to click on our bedrock group that we created, and click on the Permissions tab. And we're going to add permissions and attach a policy. We can search here for Kendra, and I'm going to select here, AmazonKendraFullAccess. But of course, in a production environment, you can select a less restrictive permission policy. We're just doing that here for our course. And next, click on Attach policies. Now that our access is set up, we can proceed to test out our application. It's probably a good idea to restart your code spaces environment before testing things out. You can stop it and then relaunch it in a browser.…
Contents
-
-
-
-
-
(Locked)
Conversation history1m 57s
-
(Locked)
Coding: Supporting conversation history8m 59s
-
(Locked)
Demo: Chatbot conversation history5m 7s
-
(Locked)
Introduction to Amazon Kendra1m 42s
-
(Locked)
Setting up the Amazon Kendra index7m 12s
-
(Locked)
Coding: Amazon Kendra integration3m 17s
-
(Locked)
Setting permissions for Amazon Kendra1m 20s
-
(Locked)
Demo: Amazon Kendra and Amazon Bedrock integration4m 40s
-
(Locked)
Agents for Bedrock2m 17s
-
(Locked)
Configuring the Amazon Bedrock agent9m 59s
-
(Locked)
Reviewing project files8m 43s
-
(Locked)
Testing the agent in the AWS console8m 16s
-
(Locked)
-