Question 211:
A company has strict security policies. For its AWS services, special attention is required to ensure that there is no security vulnerability. You are asked to set up a rule in AWS Config to inspect if the AWS resources are always as expected. The rule is very complicated, and there is no existing AWS managed rule that can meet the company’s needs. Which actions in combinations can achieve this requirement? (Select TWO.)
Answer options:
A.Create a t2.micro EC2 instance to implement the custom policies to check if AWS resources are not exposed to security issues. The instance also listens to an SQS queue and starts processing whenever there is a new message in the queue. B.Create an AWS Lambda function that contains the logic of the custom rule to evaluate whether the AWS resources are compliant. C.Create an SNS topic and subscribe to the topic with an email notification to the team member, if there is a security issue in AWS resources. D.In AWS Config, add a custom rule that runs every hour and sends a message to an SQS queue. E.In AWS Config, add a custom rule and specify the ARN of an AWS Lambda function that checks AWS resources.