We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0deb7a commit 2a9a099Copy full SHA for 2a9a099
infra/README.md
@@ -39,7 +39,7 @@ terraform apply
39
```
40
41
This will deploy:
42
-- Bedrock Agent IAM Role with required permissions
+- Bedrock AgentCore IAM Role with required permissions
43
- Knowledge Base stack (S3 bucket, OpenSearch Serverless, Knowledge Base)
44
- Bedrock Guardrails for content filtering
45
- Cognito User Pool for authentication
@@ -72,4 +72,4 @@ aws s3 cp your-documents/ s3://$(terraform output -raw s3_bucket_name)/ --recurs
72
aws bedrock-agent start-ingestion-job \
73
--knowledge-base-id $(terraform output -raw knowledge_base_id) \
74
--data-source-id $(terraform output -raw data_source_id)
75
-```
+```
0 commit comments