
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Q3. In a Bedrock Knowledge Base, where are source documents (PDFs, text, JSON) typically stored?
A
DynamoDB
B
Amazon S3
C
Kinesis Data Streams
D
RDS MySQL
Explanation:
In Amazon Bedrock Knowledge Base, source documents (such as PDFs, text files, JSON files, etc.) are typically stored in Amazon S3 buckets.
Amazon S3 (Simple Storage Service) is AWS's object storage service designed for storing and retrieving any amount of data from anywhere.
When creating a Knowledge Base in Amazon Bedrock, you specify an S3 bucket location where your source documents are stored.
Bedrock then ingests these documents from S3, processes them, and creates vector embeddings that are stored in a vector database (like Amazon OpenSearch Service, Pinecone, etc.).
The other options are not typically used for storing source documents in Bedrock Knowledge Base:
DynamoDB: A NoSQL database service, not typically used for storing raw source documents
Kinesis Data Streams: A real-time data streaming service
RDS MySQL: A relational database service, not optimized for storing large documents like PDFs
S3 provides scalable, durable, and secure storage for unstructured data
It's cost-effective for storing large volumes of documents
S3 integrates seamlessly with other AWS services including Bedrock
Documents in S3 can be easily managed, versioned, and secured with IAM policies