skip to Main Content

Filter out certain events from CloudTrail

My ultimate goal is to build an workflow whereby we can collect Quicksight related events and then visualize them in Quicksight itself (basically to see dashboard/user usage). This is all helpfully described on the AWS Blog (https://aws.amazon.com/blogs/big-data/building-an-administrative-console-in-amazon-quicksight-to-analyze-usage-metrics/) My question is…

VIEW QUESTION

Cloudwatch alarm for IAM Policies changes doesn't work – Amazon web services

I'm just trying to create fully functional alarm that will change state if there's any IAM Policies changes will be made. Create an S3 Bucket for Cloudtrail logs. Create trail in Cloudtrail. Add Metric filter: {($.eventName=DeleteGroupPolicy)||($.eventName=DeleteRolePolicy)||($.eventName=DeleteUserPolicy)||($.eventName=PutGroupPolicy)||($.eventName=PutRolePolicy)||($.eventName=PutUserPolicy)||($.eventName=CreatePolicy)||($.eventName=DeletePolicy)||($.eventName=CreatePolicyVersion)||($.eventName=DeletePolicyVersion)||($.eventName=AttachRolePolicy)||($.eventName=DetachRolePolicy)||($.eventName=AttachUserPolicy)||($.eventName=DetachUserPolicy)||($.eventName=AttachGroupPolicy)||($.eventName=DetachGroupPolicy)} Create Alarm for this…

VIEW QUESTION
Back To Top
Search