Câu 89: AWS Certified Solutions Architect - Professional(Old)
A company collects a steady stream of 10 million data records from 100,000 sources each day. These records are written to an Amazon RDS MySQL DB. A query must produce the daily average of a data source over the past 30 days. There are twice as many reads as writes. Queries to the collected data are for one sourceID at…
Nội dung câu hỏi
A company collects a steady stream of 10 million data records from 100,000 sources each day. These records are written to an Amazon RDS MySQL DB. A query must produce the daily average of a data source over the past 30 days. There are twice as many reads as writes. Queries to the collected data are for one sourceID at a time. How can the Solutions Architect improve the reliability and cost effectiveness of this solution?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Use Amazon Aurora with MySQL in a Multi-AZ mode. Use four additional read replicas.
- B. Use Amazon DynamoDB with the source ID as the partition key and the timestamp as the sort key. Use a Time to Live (TTL) to delete data after 30 days. — đáp án hiện tại
- C. Use Amazon DynamoDB with the source ID as the partition key. Use a different table each day.
- D. Ingest data into Amazon Kinesis using a retention period of 30 days. Use AWS Lambda to write data records to Amazon ElastiCache for read access.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.