
Answer-first summary for fast verification
Answer: Use Amazon S3 for all data storage with lifecycle policies for archiving.
Amazon S3, combined with lifecycle policies, provides an efficient solution for managing both frequent access to recent data and cost-effective archiving of older data. This approach ensures high throughput and scalability for the application's needs.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with designing a data storage solution for a high-throughput application that requires frequent access to recent data while also needing to archive older data efficiently. Which AWS services would you choose, and how would you configure them to meet these requirements?
A
Use Amazon S3 for all data storage with lifecycle policies for archiving.
B
Use Amazon RDS for recent data and Amazon Glacier for archiving.
C
Use Amazon DynamoDB for recent data and Amazon S3 for archiving.
D
Use Amazon Redshift for data warehousing and Amazon S3 for archiving.
No comments yet.