Question 131:
Your CTO has asked you to make sure that you know how all your AWS account users change the AWS resources. She wants a report of who is doing what over time, reported to her once per week. Which of the following options can achieve this in the easiest way?
Answer options:
A.Create a global AWS CloudTrail Trail. Configure a bash script to aggregate the log data delivered to S3 once per week and deliver this to the CTO. B.Use AWS CloudWatch Logs with an SNS topic subscribed to all AWS API calls. Subscribe the CTO to an email type delivery on this SNS Topic. C.Use AWS IAM credential reports to deliver a CSV of all uses of IAM User Tokens over time to the CTO. D.Use AWS Config with an SNS subscription on a Lambda, and insert these changes over time into a DynamoDB table. Generate reports based on the contents of this table.