1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
The service quotas are expressed on a per account basis (yes, you're right: they are not adjustable).
What I do on my side in such case is work in multiple accounts to obtain N times the quota. If you consolidate then the result in one head account and do the downstream processing (i.e. beyond Bedrock) from this head account, the complexity added by multiple accounts is not that important and very easy to manage.
I usually use just Lambdas in the additional account and they write back their LLM completion to a common S3 bucket in head account. With a Lambda trigger on this bucket, you obtain a nice and very scalable architecture.
Best,
Didier
Relevant content
- asked 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 9 months ago
Thanks @Didier for the response, I will give it a go.