AWS Certified Security – Specialty — Question 489

A company is migrating its legacy workloads to AWS. The current security information events management (SIEM) system that analyzes logs is aging, and different SIEM systems are being evaluated to replace it. The company wants to change SIEMs without re-architecture the solution.
What should the Security Engineer do to accomplish this with minimal operational impact?

Answer options

Correct answer: B

Explanation

Using Amazon Kinesis Data Streams as an ingestion buffer decoupled from the SIEM allows the company to route logs to any target SIEM by simply modifying the AWS Lambda consumer function, ensuring no re-architecture is needed if the SIEM changes. Option A binds the workloads directly to a specific SIEM agent, which would require re-architecting and redeploying AMIs if the SIEM changes. Option C is incorrect because AWS CloudTrail is designed to capture AWS API calls, not local operating system and application logs from Amazon EC2 instances.