Skip to content

Commit 2a9a099

Browse files
authored
Update README.md
1 parent b0deb7a commit 2a9a099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ terraform apply
3939
```
4040

4141
This will deploy:
42-
- Bedrock Agent IAM Role with required permissions
42+
- Bedrock AgentCore IAM Role with required permissions
4343
- Knowledge Base stack (S3 bucket, OpenSearch Serverless, Knowledge Base)
4444
- Bedrock Guardrails for content filtering
4545
- Cognito User Pool for authentication
@@ -72,4 +72,4 @@ aws s3 cp your-documents/ s3://$(terraform output -raw s3_bucket_name)/ --recurs
7272
aws bedrock-agent start-ingestion-job \
7373
--knowledge-base-id $(terraform output -raw knowledge_base_id) \
7474
--data-source-id $(terraform output -raw data_source_id)
75-
```
75+
```

0 commit comments

Comments
 (0)