Hard1 markMultiple Choice
AWS SAA-C03 · Question 50 · Domain 3.5: Data Ingestion
A company uses Amazon Kinesis Data Streams to ingest telemetry data from IoT devices. The data volume has doubled, and the consumer applications are falling behind, resulting in a high GetRecords.IteratorAgeMilliseconds metric. How should a solutions architect resolve this?
A company uses Amazon Kinesis Data Streams to ingest telemetry data from IoT devices. The data volume has doubled, and the consumer applications are falling behind, resulting in a high GetRecords.IteratorAgeMilliseconds metric. How should a solutions architect resolve this?
Answer options:
A.
Increase the retention period of the stream.
B.
Split the shards in the Kinesis Data Stream.
C.
Merge the shards in the Kinesis Data Stream.
D.
Change the consumer application to use long polling.
How to approach this question
Identify the capacity issue in Kinesis. Throughput is scaled by adding (splitting) shards.
Full Answer
B.Split the shards in the Kinesis Data Stream.✓ Correct
The capacity of a Kinesis Data Stream is determined by the number of shards. If consumers are falling behind (high IteratorAge), you need to increase the stream's capacity by splitting existing shards, which allows for more parallel processing.
Common mistakes
Increasing retention period, which only delays data loss but doesn't fix the bottleneck.
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert