docs(bedrock): fix IAM permissions, add quickstart entry, add fallback provider, fix deployment section

This commit is contained in:
JiaDe-Wu 2026-04-16 15:45:19 +00:00 committed by Teknium
parent 84ec27616a
commit 7b05ccddc7
3 changed files with 9 additions and 0 deletions

View file

@ -162,3 +162,9 @@ Use an **inference profile ID** (prefixed with `us.` or `global.`) instead of th
### "ThrottlingException"
You've hit the Bedrock per-model rate limit. Hermes automatically retries with backoff. To increase limits, request a quota increase in the [AWS Service Quotas console](https://console.aws.amazon.com/servicequotas/).
## One-Click AWS Deployment
For a fully automated deployment on EC2 with CloudFormation:
**[sample-hermes-agent-on-aws-with-bedrock](https://github.com/JiaDe-Wu/sample-hermes-agent-on-aws-with-bedrock)** — creates VPC, IAM role, EC2 instance, and configures Bedrock automatically. Deploy in any region with one click.