
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.
If an AWS customer wants a low-cost way to store chunks of data for manual embedding and retrieval, which service should they use for raw storage?
A
AWS Glue
B
Amazon S3
C
Amazon RDS
D
AWS Step Functions
Explanation:
Amazon S3 (Simple Storage Service) is the correct answer because:
Low-cost storage: Amazon S3 is designed for cost-effective object storage with various storage classes (Standard, Intelligent-Tiering, Standard-IA, One Zone-IA, Glacier) that offer different price points for different access patterns.
Raw storage: S3 is an object storage service ideal for storing unstructured data (chunks of data, files, documents, images, videos, etc.) in their raw format.
Manual embedding and retrieval: S3 provides simple APIs (PUT, GET, DELETE) for manual storage and retrieval of objects, making it perfect for scenarios where users need to manually store and retrieve data chunks.
Scalability: S3 automatically scales to store virtually unlimited amounts of data.
Why the other options are incorrect:
Key AWS Service Characteristics: