QuestionQ12
Monitoring and LoggingA company operates an application on AWS Lambda that sends logs to Amazon CloudWatch Logs. An Amazon Kinesis data stream subscribes to the CloudWatch Logs log groups. One consumer Lambda function processes logs from the data stream and writes them to an Amazon S3 bucket.
The company’s DevOps team has identified high latency while some logs are being processed and ingested.
Which combination of steps will reduce the latency?
Choose three
- A Create a data stream consumer with enhanced fan-out. Set the Lambda function that processes the logs as the consumer.
- B Increase the ParallelizationFactor setting in the Lambda event source mapping.
- C Configure reserved concurrency for the Lambda function that processes the logs.
- D Increase the batch size in the Kinesis data stream.
- E Turn off the ReportBatchItemFailures setting in the Lambda event source mapping.
- F Increase the number of shards in the Kinesis data stream.
Community Discussion