ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

197 / 310

Question 197:

Your company has a set of EC2 Instances in AWS. These EC2 Instances have strict security groups attached to them. You need to ensure that unexpected changes to the security groups are monitored and reverted. How can you achieve this?

Answer options:

A.Create a Lambda function to periodically query the CloudTrail logs to see if the security groups have been modified. Revert the changes if necessary.
B.Use CloudWatch metrics to monitor the activity on the security groups. Use filters to search for the changes and use SNS for the notification.
C.Use AWS Inspector to monitor the activity on the security groups. Use filters to search for the changes and use SNS for the notification.
D.Use CloudWatch event to detect changes to your security group and trigger the AWS Lambda function to revert the new security group rules accordingly as per compliance rules. Configure the Lambda function to send an email notification as well.