Skip to content

error whening creating Knowledge Base in bedrock studio

0

i kept getting the following error when creating knowledge base in my bedrock studio: [Resource handler returned message: "'MemorySize' value failed to satisfy constraint: Member must have value less than or equal to 3008 (Service: Lambda, Status Code: 400, Request ID: xxxx)" (RequestToken: xxxx, HandlerErrorCode: InvalidRequest)].

i created the workspace strickly following the steps in the doc. can anyone explain to me what's wrong?

asked 2 years ago1.2K views
1 Answer
1
Accepted Answer

Hello.

Bedrock Studio creates Lambda functions behind the scenes, so if the quota is low, an error occurs when creating Lambda functions.
I think the problem is probably that your AWS account's Lambda memory quota is limited to 3GB.
This restriction may be imposed on new AWS accounts.
https://docs.aws.amazon.com/general/latest/gr/lambda-service.html

New AWS accounts have reduced concurrency and memory quotas. AWS raises these quotas automatically based on your usage. You can also request a quota increase.

As of June 2024, Lambda memory cannot be requested from the service quota screen, so you will need to open a case with AWS Support under "Account and billing".
Inquiries under "Account and billing" can be made free of charge.
https://docs.aws.amazon.com/awssupport/latest/user/case-management.html

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.