ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 168 - SCS-C01 discussion

Report
Export

Which approach will generate automated security alerts should too many unauthorized AWS API requests be identified?

A.
Create an Amazon CloudWatch metric filter that looks for API call error codes and then implement an alarm based on that metric’s rate.
Answers
A.
Create an Amazon CloudWatch metric filter that looks for API call error codes and then implement an alarm based on that metric’s rate.
B.
Configure AWS CloudTrail to stream event data to Amazon Kinesis. Configure an AWS Lambda function on the stream to alarm when the threshold has been exceeded.
Answers
B.
Configure AWS CloudTrail to stream event data to Amazon Kinesis. Configure an AWS Lambda function on the stream to alarm when the threshold has been exceeded.
C.
Run an Amazon Athena SQL query against CloudTrail log files. Use Amazon QuickSight to create an operational dashboard.
Answers
C.
Run an Amazon Athena SQL query against CloudTrail log files. Use Amazon QuickSight to create an operational dashboard.
D.
Use the Amazon Personal Health Dashboard to monitor the account’s use of AWS services, and raise an alert if service error rates increase.
Answers
D.
Use the Amazon Personal Health Dashboard to monitor the account’s use of AWS services, and raise an alert if service error rates increase.
Suggested answer: A

Explanation:

https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudwatch-alarms-forcloudtrail.html#cloudwatch-alarms-for-cloudtrail-authorization-failuresOpen the CloudWatch console at https://console.aws.amazon.com/cloudwatch/. In the navigationpane, choose Logs. In the list of log groups, select the check box next to the log group that youcreated for CloudTrail log events. Choose Create Metric Filter. On the Define Logs Metric Filterscreen, choose Filter Pattern and then type the following: { ($.errorCode ="*UnauthorizedOperation") || ($.errorCode = "AccessDenied*") } Choose Assign Metric. For FilterName, type AuthorizationFailures. For Metric Namespace, type CloudTrailMetrics. For Metric Name,type AuthorizationFailureCount.

asked 16/09/2024
Casey Donovan
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first