exam questions

Exam AWS Certified Security - Specialty All Questions

View all questions & answers for the AWS Certified Security - Specialty exam

Exam AWS Certified Security - Specialty topic 1 question 145 discussion

Exam question from Amazon's AWS Certified Security - Specialty
Question #: 145
Topic #: 1
[All AWS Certified Security - Specialty Questions]

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?

  • A. Prepare an AMI with the SIEM log forwarder agent for each workload, and configure it to send logs to a centralized SIEM located in the Security team AWS account. Configure an Amazon EC2 instance base AMI to forward logs to its local log forwarder agent. Deploy an AMI in each workload.
  • B. Configure an Amazon EC2 base AMI with an Amazon Kinesis Agent, and configure it to send to Amazon Kinesis Data Streams in the Security team AWS account. Add an AWS Lambda function at Kinesis Data Streams to push streamed logs to the SIEM.
  • C. Configure an Amazon EC2 base AMI to send logs to a local AWS CloudTrail log file. Configure CloudTrail to send logs to Amazon CloudWatch. Set up a central SIEM in the Security team AWS account and configure a puller to get information on CloudWatch.
  • D. Select a pay-per-use SIEM in the AWS Marketplace. Deploy the AMI in each workload to provide elasticity when required. Use Amazon Athena to send real- time alerts.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
OhCobblers
Highly Voted 3 years, 7 months ago
B - A,C & D are total hogwash! Whoever wrote this has poor English skills (without re-architecture the - without re-architecting the ). minimal operational impact? - changing how something work really does have minimal operational impact!! 'A' is saying "Make a whole bunch of Security Management systems each running in its own instance and get the output in another account by magic, then create another entire Security Management system to look at the log files" - a solution best suited to those with 2 heads and a cocaine habit.
upvoted 20 times
manish2020
3 years, 7 months ago
Both A and B will work. Since this is an AWS test, I'm sure they will want you to use AWS services. Siding with Answer B. Got to admit wording is vague. Look at A, you can preconfigure a splunk agent and it will have everything prepopulated and all you do is install on the instance and you will be logging to the SIEM. Same as with other SIEM agents.
upvoted 4 times
...
...
Raphaello
Most Recent 1 year, 2 months ago
Selected Answer: B
For real-time log forwarding, Kinesis Agent allows reliable streaming of log files and other data to Kinesis Data Streams. Option B is right solution.
upvoted 1 times
...
RosenYordanov
1 year, 6 months ago
Selected Answer: D
Option D recommends selecting a pay-per-use SIEM from the AWS Marketplace and deploying the AMI in each workload as needed. It also mentions using Amazon Athena for real-time alerts. This option is the most operationally efficient because it allows you to adopt a new SIEM without significant manual setup or changes to the existing infrastructure. Given the requirement to change SIEMs with minimal operational impact, Option D is the most suitable choice. It allows you to utilize a pre-configured SIEM solution without re-architecting your workloads or introducing complex configurations.
upvoted 2 times
...
Noexperience
1 year, 11 months ago
I don't get it how Kensis fit here Kinesis Agent is a stand-alone Java software application that offers an easy way to collect and send data to Kinesis Data Streams. The agent continuously monitors a set of files and sends new data to your stream. The agent handles file rotation, checkpointing, and retry upon failures. It delivers all of your data in a reliable, timely, and simple manner. It also emits Amazon CloudWatch metrics to help you better monitor and troubleshoot the streaming process. By default, records are parsed from each file based on the newline ('\n') character. However, the agent can also be configured to parse multi-line records (see Agent Configuration Settings). You can install the agent on Linux-based server environments such as web servers, log servers, and database servers. After installing the agent, configure it by specifying the files to monitor and the stream for the data. After the agent is configured, it durably collects data from the files and reliably sends it to the stream.
upvoted 1 times
...
ITGURU51
2 years, 1 month ago
The end goal is to design a monitoring solution with minimal operational impact. Therefore B would be a great choice.
upvoted 1 times
...
Dara2315
2 years, 4 months ago
Selected Answer: B
Better than others even though there are operational efforts
upvoted 1 times
...
arae
2 years, 6 months ago
B seems straightforward
upvoted 1 times
...
Bosch123
2 years, 7 months ago
Selected Answer: A
A and both are looking good, but I will go for A, as the question ask "without re-architecture the solution" . Kinesis, Lambda will be an overhead in this case.
upvoted 2 times
...
vbal
2 years, 8 months ago
Between A&B - With Minimal Operational Overhead - B.
upvoted 1 times
...
dcasabona
2 years, 9 months ago
Selected Answer: B
I go on B.
upvoted 2 times
...
Kdosec
3 years, 6 months ago
The question is very confused between A & B. But I think B is more suitable in this case. https://aws.amazon.com/blogs/big-data/integrating-splunk-with-amazon-kinesis-streams/
upvoted 4 times
sapien45
2 years, 8 months ago
Most useful answer here
upvoted 1 times
...
...
Hungdv
3 years, 7 months ago
I think A
upvoted 3 times
scuzzy2010
3 years, 6 months ago
I think it's A as it's not re-architecting the solution, just installing a logger agent. It's pretty standard if you want to send logs to another SIEM. This is being done in an environment I am working in, agent on our EC2s send the logs to SIEM location in Azure environment.
upvoted 3 times
acloudguru
3 years, 6 months ago
‘nearing the end of its useful life,’, so there is no SIEM to use, not choose yet
upvoted 1 times
acloudguru
3 years, 6 months ago
also "swap out SIEM", these made me very confusing, why so many SIEM in each option?
upvoted 1 times
...
...
...
...
Edgecrusher77
3 years, 7 months ago
Another good exemple of the horrible wording that you can find in AWS certification exams... Replace a system, without re-architecturing, minimal impact. No clear answers proposed, and they doesn't fit the quetions requirements... Good luck with that!!!
upvoted 2 times
Kdosec
3 years, 6 months ago
Yes, me too. A lots of question like this. I am afraid with AWS questions.
upvoted 1 times
...
...
cldy
3 years, 7 months ago
B. for least operational impact.
upvoted 1 times
...
PatrykMilewski
3 years, 7 months ago
B, since for central logging like this, Kinesis is usually a first choice
upvoted 1 times
...
kj07
3 years, 7 months ago
C&D are out of scope. CT is not mentioned and Athena is not real-time. From A and B, B sounds more appropriate here.
upvoted 2 times
...
freddyman
3 years, 7 months ago
This question is really far too ambiguous, there's not enough information to answer it with any certainty. I'll skip it and spend my time on questions that make sense. A - how do we know if this is like the current solution? B - somewhat plausible C - you don't send anything to CloudTrail D - Athena isn't real time.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago