ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

246 / 310

Question 246:

An AWS security specialist has set up and activated several AWS Config managed rules. The rules are used to evaluate whether the AWS resources comply with company security policies.
For example, Amazon EBS volumes should be encrypted with Customer Managed Keys (CMKs). If one Config rule becomes non-compliant, the team should get near-real-time notifications.
Which option is the easiest one and a cost-effective solution to set up the notifications?

Answer options:

A.Configure AWS Config rules using Lambda functions. Whenever config rules become non-compliant, the Lambda functions send notifications to an SNS topic.
B.Integrate AWS Config rules with an Amazon Kinesis stream to perform real-time analysis and notifications.
C.Create an AWS CloudWatch Event rule to check the event type of "Config Rules Compliance Change". Add an SNS topic as the target to provide notifications.
D.Configure each AWS Config rule with a CloudWatch alarm. Trigger the alarm if the rule becomes non-compliant.