SAA-C03 · Question #724
A data science team requires storage for nightly log processing. The size and number of logs is unknown and will persist for 24 hours only. What is the MOST cost-effective solution?
The correct answer is B. Amazon S3 Standard. Amazon S3 Standard provides highly durable, scalable storage with no retrieval delays. For short-lived data that persists only 24 hours, S3 Standard is the most cost-effective because storage classes with lower costs (like Glacier or S3 One Zone-IA) are designed for long-term…
Question
A data science team requires storage for nightly log processing. The size and number of logs is unknown and will persist for 24 hours only. What is the MOST cost-effective solution?
Options
- AAmazon S3 Glacier Deep Archive
- BAmazon S3 Standard
- CAmazon S3 Intelligent-Tiering
- DAmazon S3 One Zone-Infrequent Access (S3 One Zone-IA)
How the community answered
(34 responses)- A6% (2)
- B76% (26)
- C3% (1)
- D15% (5)
Explanation
Amazon S3 Standard provides highly durable, scalable storage with no retrieval delays. For short-lived data that persists only 24 hours, S3 Standard is the most cost-effective because storage classes with lower costs (like Glacier or S3 One Zone-IA) are designed for long-term or infrequently accessed data, and using them would incur unnecessary retrieval or lifecycle costs for such short-lived logs.
Community Discussion
No community discussion yet for this question.