Question 365:
Your security Chief Officer has asked you to implement a solution to send an email alert every time someone logged in the AWS console or AWS Cli with the Administrator Role. How could you implement this?
Answer options:
A.Create a new Trail in Cloudtrail and send all the events to a new Cloudwatch Log Group. Create a rule in Cloudwatch that triggers an SNS Alert if the event record of CloudTrail contains the ARN of the AdminRole. B.Create a Cloudtrail trigger to send an SNS alert if the event record of CloudTrail contains the ARN of the AdminRole. C.Create a new trail and configure SNS notifications when new logs of Cloudtrail are published. D.Create a new Trail in Cloudtrail and send all the events to a new Cloudwatch Log Group. Create a rule in Cloudwatch that triggers an SNS Alert if the event record of CloudTrail contains the word “Admin”.