
Answer-first summary for fast verification
Answer: Amazon Kinesis Data Streams
Amazon Kinesis Data Streams is a real-time data streaming service that is designed for low-latency access to data. It can continuously capture and store terabytes of data per hour from hundreds of thousands of sources. To optimize for low-latency access, you can configure the data stream to have multiple shards, which allows for parallel processing of data records. Amazon S3 is an object storage service that is not optimized for low-latency access. Amazon RDS is a relational database service that can be configured with read replicas to improve read performance, but it is not designed for real-time streaming scenarios. Amazon DynamoDB is a NoSQL database service that can be configured with provisioned capacity mode to ensure consistent performance, but it is not optimized for real-time streaming scenarios.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is developing a real-time streaming application that requires low-latency access to data. Which AWS storage service should you use, and how should you configure it to optimize for low-latency access?
A
Amazon S3 with reduced redundancy storage
B
Amazon RDS with read replicas
C
Amazon DynamoDB with provisioned capacity mode
D
Amazon Kinesis Data Streams
No comments yet.