
Explanation:
Option A is correct because it properly uses different S3 metadata mechanisms for different types of metadata:
Document timestamps in Amazon S3 system metadata - S3 automatically stores system metadata including creation/modification timestamps, which is appropriate for timestamp tracking.
S3 object tags for domain classification - Object tags are key-value pairs that can be used for categorization and classification, making them ideal for research domain classification.
Custom user-defined metadata to store author information - User-defined metadata allows for custom key-value pairs that can store structured information like author details.
Why other options are incorrect:
Option B: S3 Object Lock with legal holds is for compliance and retention, not for timestamp tracking. S3 access points are for access control, not classification.
Option C: S3 Inventory reports are for auditing and reporting, not real-time metadata. S3 Storage Lens is for analytics, not metadata storage.
Option D: S3 Object Lock retention periods are for compliance, not timestamp storage. S3 Event Notifications are for triggering actions, not classification.
Key benefits of Option A:
Ultimate access to all questions.
No comments yet.
A healthcare company is developing a document management system that stores medical research papers in an Amazon S3 bucket. The company needs a comprehensive metadata framework to improve search precision for a GenAI application. The metadata must include document timestamps, author information, and research domain classifications.
The solution must maintain a consistent metadata structure across all uploaded documents and allow foundation models (FMs) to understand document context without accessing full content.
Which solution will meet these requirements?
A
Store document timestamps in Amazon S3 system metadata. Use S3 object tags for domain classification. Implement custom user-defined metadata to store author information.
B
Set up S3 Object Lock with legal holds to track document timestamps. Use S3 object tags for author information. Implement S3 access points for domain classification.
C
Use S3 Inventory reports to track timestamps. Create S3 access points for domain classification. Store author information in S3 Storage Lens dashboards.
D
Use custom user-defined metadata to store author information. Use S3 Object Lock retention periods for timestamps. Use S3 Event Notifications for domain classification.