AWS Certified Security – Specialty — Question 132

A company needs a forensic-logging solution for hundreds of applications running in Docker on Amazon EC2. The solution must perform real-time analytics on the logs, must support the replay of messages, and must persist the logs.
Which AWS services should be used to meet these requirements? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Amazon Kinesis is ideal for real-time log processing and allows for message replay, while Amazon Elasticsearch offers powerful search and visualization capabilities for log data, fulfilling the persistence requirement. The other options either do not support real-time analytics or lack the necessary features for log replay and persistence.