A company uses Amazon Kinesis Data Firehose to deliver streaming data to Amazon S3. The delivery stream is failing with 'Insufficient capacity' errors. Which THREE actions should the data engineer take to resolve this issue? (Choose THREE.)
Larger buffers reduce the frequency of writes, lowering capacity needs.
Why this answer
Options A, B, and C are correct. A: Increasing buffer size and interval allows Firehose to batch more records, reducing the number of PUT requests. B: Increasing the number of shards in the source Kinesis stream provides more write capacity.
C: Requesting a service quota increase for Firehose can raise the default limits. Option D is wrong because S3 bucket versioning does not affect Firehose capacity. Option E is wrong because CloudWatch alarms only alert, they do not resolve capacity issues.