
Answer-first summary for fast verification
Answer: Amazon S3
**Correct Answer: A. Amazon S3** **Explanation:** Amazon S3 (Simple Storage Service) is the appropriate AWS service for storing datasets that Amazon Bedrock can use for model validation. Here's why: 1. **Amazon Bedrock Integration**: Amazon Bedrock is designed to work seamlessly with Amazon S3 for data storage and retrieval. When validating foundation models, you typically need to store datasets in a location that Bedrock can easily access. 2. **Data Storage Requirements**: For model validation datasets, you need: - Scalable storage that can handle large datasets - Easy accessibility for machine learning services - Cost-effective storage for potentially large validation datasets - Durability and availability of data 3. **Why not the other options**: - **Amazon EBS**: Block storage designed for EC2 instances, not suitable for sharing datasets with Bedrock - **Amazon EFS**: File storage for EC2 instances, not the optimal choice for Bedrock integration - **AWS Snowcone**: Physical data transfer device for offline data migration, not for online dataset storage and validation 4. **Practical Implementation**: In real-world scenarios, you would: - Upload your validation dataset to an S3 bucket - Configure Amazon Bedrock to access this S3 bucket - Use the dataset for model validation and testing - Store validation results back to S3 if needed Amazon S3 provides the most straightforward and integrated solution for storing datasets that Amazon Bedrock can use for model validation purposes.
Author: Ritesh Yadav
Ultimate access to all questions.
A company has a foundation model (FM) that was customized by using Amazon Bedrock to answer customer queries about products. The company wants to validate the model's responses to new types of queries. The company needs to upload a new dataset that Amazon Bedrock can use for validation.
Which AWS service meets these requirements?
A
Amazon S3
B
Amazon Elastic Block Store (Amazon EBS)
C
Amazon Elastic File System (Amazon EFS)
D
AWS Snowcone
No comments yet.