Skip to content

Commit

Permalink
docs: add a notice of creating bot stack related to frontend WAF
Browse files Browse the repository at this point in the history
Respecting to this isssue:
#633

I think this information in README should be helpful for other users(either the official document or the Caution explicitly).
  • Loading branch information
fbukevin committed Dec 31, 2024
1 parent 7d9c867 commit d30c7f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ You can specify the following parameters during deployment to enhance security a
- **--bedrock-region**: Define the region where bedrock is available. (default: us-east-1)
- **--version**: The version of Bedrock Claude Chat to deploy. (default: latest version in development)

> [!Warning] Currently, the WAF for CloudFront needs to be created in the North America region (us-east-1), so the stacks are separated. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html
> Since the bin.sh script will create CloudFront automatically with `cdk bootstrap` in region us-east-1 and it must be in region us-east-1 ([doc](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html)), if you wish to create a bedrock in other regions, assign the parameter "bedrock-region" as parameter when running bin.sh.
#### Example command with parameters:

```sh
Expand Down

0 comments on commit d30c7f4

Please sign in to comment.