ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 186 - SCS-C01 discussion

Report
Export


A Security Analyst attempted to troubleshoot the monitoring of suspicious security group changes.

The Analyst was told that there is an Amazon CloudWatch alarm in place for these AWS CloudTrail log events. The Analyst tested the monitoring setup by making a configuration change to the security group but did not receive any alerts. Which of the following troubleshooting steps should the Analyst perform?

A.
Ensure that CloudTrail and S3 bucket access logging is enabled for the Analyst's AWS account.
Answers
A.
Ensure that CloudTrail and S3 bucket access logging is enabled for the Analyst's AWS account.
B.
Verify that a metric filter was created and then mapped to an alarm. Check the alarm notification action.
Answers
B.
Verify that a metric filter was created and then mapped to an alarm. Check the alarm notification action.
C.
Check the CloudWatch dashboards to ensure that there is a metric configured with an appropriate dimension for security group changes.
Answers
C.
Check the CloudWatch dashboards to ensure that there is a metric configured with an appropriate dimension for security group changes.
D.
Verify that the Analyst's account is mapped to an IAM policy that includes permissions for cloudwatch: GetMetricStatistics and Cloudwatch: ListMetrics.
Answers
D.
Verify that the Analyst's account is mapped to an IAM policy that includes permissions for cloudwatch: GetMetricStatistics and Cloudwatch: ListMetrics.
Suggested answer: B

Explanation:

MetricFilter:

Type: 'AWS::Logs::MetricFilter'

Properties:

LogGroupName: ''

FilterPattern: >-

{ ($.eventName = AuthorizeSecurityGroupIngress) || ($.eventName =

AuthorizeSecurityGroupEgress) || ($.eventName =

RevokeSecurityGroupIngress) || ($.eventName = RevokeSecurityGroupEgress) || ($.eventName = CreateSecurityGroup) || ($.eventName = DeleteSecurityGroup) } MetricTransformations:

- MetricValue: '1'

MetricNamespace: CloudTrailMetrics

MetricName: SecurityGroupEventCount

asked 16/09/2024
Vaibhav Damle
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first